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