mirror of
https://github.com/0intro/wmii
synced 2024-11-22 13:52:17 +03:00
changed some defaults (removed crap)
This commit is contained in:
parent
10266b4705
commit
9a1fa00b0e
7
rc/wmirc
7
rc/wmirc
@ -1,8 +1,7 @@
|
||||
#!9PREFIX/bin/rc
|
||||
# configure wmii
|
||||
|
||||
TAB=0
|
||||
BAR_HEIGHT=16
|
||||
TAB=1
|
||||
|
||||
SEL_BG_COLOR='#101010'
|
||||
SEL_FG_COLOR='#66ff00'
|
||||
@ -94,7 +93,6 @@ wmir write /bar/$clab/bordercolor $SEL_BG_COLOR
|
||||
barsucks $clab
|
||||
|
||||
wmir write /bar/expandable $clab
|
||||
wmir write /bar/geometry 0,south,east,$BAR_HEIGHT
|
||||
wmir write /bar/ctl 'display 1'
|
||||
|
||||
|
||||
@ -107,7 +105,6 @@ wmir write /wm/default/transcolor $SEL_BORDER_COLOR
|
||||
wmir write /wm/default/handleinc 1
|
||||
|
||||
wmir write /wm/default/border 1
|
||||
wmir write /wm/default/pagegeometry '0,0,east,south-'^$BAR_HEIGHT
|
||||
wmir write /wm/event/clientupdate \
|
||||
'text=`{wmir read /wm/sel/layout/sel/frame/sel/client/sel/name} \
|
||||
wmir write /bar/'^$clab^'/data $"text'
|
||||
@ -152,7 +149,6 @@ for(i in 0 1 2 3 4 5 6 7 8 9) {
|
||||
kbind normal $MODKEY-S-$i 'wmir write /wm/ctl ''select '^$i^''''
|
||||
}
|
||||
|
||||
wmir write /keys/geometry center,center,100,$BAR_HEIGHT
|
||||
wmir write /keys/box/font $FONT
|
||||
selstyle /keys/box
|
||||
kmode normal
|
||||
@ -161,7 +157,6 @@ kmode normal
|
||||
items actions $WMII_CONFDIR:$HOME/.wmii-3
|
||||
wmir create /menu/items/actions/rmpage 'wmir write /wm/ctl destroy'
|
||||
items programs $OLD_PATH
|
||||
wmir write /menu/geometry 0,south,east,$BAR_HEIGHT
|
||||
wmir write /menu/font $FONT
|
||||
normstyle /menu/nstyle >[2]/dev/null
|
||||
selstyle /menu/sstyle >[2]/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user