Large update to configs
This commit is contained in:
@ -41,14 +41,12 @@ kbdrate -d 400 -r 50
|
||||
# 1/1 mouse acceleration
|
||||
xset m 1/1
|
||||
|
||||
|
||||
# Do NOT put commands below the exec lines
|
||||
case $session in
|
||||
i3|i3wm) exec i3 ;;
|
||||
bsp|bspwm) exec bspwm ;;
|
||||
xfce|xfce4) exec startxfce4 ;;
|
||||
openbox) exec openbox-session ;;
|
||||
awesome) exec awesome ;;
|
||||
dwm) exec dwm ;;
|
||||
*) exec "$1" # Unknown, try running it
|
||||
i3|i3wm) exec i3 ;;
|
||||
bsp|bspwm) exec bspwm ;;
|
||||
xfce|xfce4) exec startxfce4 ;;
|
||||
openbox) exec openbox-session ;;
|
||||
awesome) exec awesome ;;
|
||||
*) exec "$1" # Unknown, try running it
|
||||
esac
|
||||
|
Reference in New Issue
Block a user