Update .xinitrc
parent
249efa7942
commit
90eb486e57
10
.xinitrc
10
.xinitrc
|
@ -21,17 +21,15 @@ fi
|
||||||
|
|
||||||
# ______________________________
|
# ______________________________
|
||||||
|
|
||||||
# disable bell
|
xset -b # disable bell
|
||||||
xset -b
|
xset r rate 200 30 # adjust typematic delay & rate
|
||||||
|
|
||||||
# adjust typematic delay & rate
|
|
||||||
xset r rate 200 30
|
|
||||||
|
|
||||||
xbanish &
|
xbanish &
|
||||||
hsetroot -solid "#0a0a0a"
|
|
||||||
dwmblocks &
|
dwmblocks &
|
||||||
udiskie &
|
udiskie &
|
||||||
|
|
||||||
|
xsetroot -solid "#0a0a0a"
|
||||||
|
|
||||||
# execute dwm in a loop
|
# execute dwm in a loop
|
||||||
while true; do
|
while true; do
|
||||||
dwm 2> ~/.dwm.log
|
dwm 2> ~/.dwm.log
|
||||||
|
|
Loading…
Reference in New Issue