diff options
Diffstat (limited to 'bspwm')
| -rwxr-xr-x | bspwm/.config/bspwm/autostart.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bspwm/.config/bspwm/autostart.sh b/bspwm/.config/bspwm/autostart.sh index 8e06dcc..f394c9f 100755 --- a/bspwm/.config/bspwm/autostart.sh +++ b/bspwm/.config/bspwm/autostart.sh @@ -9,8 +9,8 @@ function run { fi } -run setxkbmap -layout us -variant altgr-intl -option caps:escape -run xmodmap -e 'keycode 135 = Super_R' +setxkbmap -layout us -variant altgr-intl -option caps:escape +xmodmap -e "keycode 135 = Super_R" run mpd run nm-applet run compton |
