File: enable-error-messages.sh

package info (click to toggle)
jgmenu 4.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,464 kB
  • sloc: ansic: 13,215; perl: 4,953; sh: 3,009; python: 600; makefile: 294; xml: 98
file content (13 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

# This file is designed to be sourced before running jgmenu
# Uncomment the variable which controls the message(s) you wish to see

# Display screen info for each monitor
#export JGMENU_SCREEN_INFO=1

# Show which config file is being used
#export JGMENU_CONFIG_FILE_INFO=1

# Display workarea info including alignment/margin deduced from it
#export JGMENU_WORKAREA_INFO=1