wms/config/wms_var_example
2024-02-06 23:18:02 -03:00

43 lines
484 B
Text

# wallpaper #
WALL="$HOME/.wall.png"
BITMAP="$HOME/.bitmap.xbm"
# gif #
GIF="$HOME/.gif"
# terminal
TERMINAL=xterm
# x editor
XENAME="emacs"
XECMD="emacsclient -c --alternate-editor="""
# menu command
XMENU=wms_menu.sh
# launcher / menu geometry
GEOMETRY=66x11+314+250
# border width
BW=2
# active color
AC=829AA6
# inactive color
IC=4D4D4D
# background color
BC=101010
# font color
FC=A0A0A0
# windows percentage
WP=90
# tiling master area percentage
MP=60
# gaps
GAP=6