From 44f2a54e687ac5243e811196d860a840ce4d5cae Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Sun, 28 Apr 2019 11:44:56 -0400 Subject: fixed xsessions errors --- bspwm/.config/bspwm/autostart.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bspwm') 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 -- cgit v1.2.3