Mayor changes.
This commit is contained in:
parent
9bb0041631
commit
cee680cfee
1 changed files with 3 additions and 25 deletions
|
@ -1,22 +1,8 @@
|
|||
# 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
|
||||
XMENU=xmenu.sh
|
||||
|
||||
# border width
|
||||
BW=2
|
||||
|
@ -27,20 +13,12 @@ AC=B6B6B6
|
|||
# inactive color
|
||||
IC=616161
|
||||
|
||||
# background color
|
||||
# background color.
|
||||
BC=101010
|
||||
|
||||
# font color
|
||||
FC=A0A0A0
|
||||
|
||||
# windows percentage
|
||||
WP=85
|
||||
|
||||
# tiling master area percentage
|
||||
MP=60
|
||||
WP=90
|
||||
|
||||
# gaps
|
||||
GAP=6
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue