diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-04-28 15:44:56 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2019-04-28 15:44:56 +0000 |
| commit | 44f2a54e687ac5243e811196d860a840ce4d5cae (patch) | |
| tree | 4657ec148514a55f5d920994abe8839172d8e9a2 /bspwm/.config | |
| parent | c78f0603c2d2d8c6018956363a2102cba79fde0c (diff) | |
fixed xsessions errors
Diffstat (limited to 'bspwm/.config')
| -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 |
