aboutsummaryrefslogtreecommitdiff
path: root/bspwm
diff options
context:
space:
mode:
authorKumar Damani <damani.kumar@gmail.com>2019-04-28 15:44:56 +0000
committerKumar Damani <damani.kumar@gmail.com>2019-04-28 15:44:56 +0000
commit44f2a54e687ac5243e811196d860a840ce4d5cae (patch)
tree4657ec148514a55f5d920994abe8839172d8e9a2 /bspwm
parentc78f0603c2d2d8c6018956363a2102cba79fde0c (diff)
fixed xsessions errors
Diffstat (limited to 'bspwm')
-rwxr-xr-xbspwm/.config/bspwm/autostart.sh4
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