diff options
| author | Kumar Damani <kdamani@kepler.space> | 2021-02-06 23:23:17 +0000 |
|---|---|---|
| committer | Kumar Damani <kdamani@kepler.space> | 2021-02-06 23:23:17 +0000 |
| commit | ea46c39ad708e88c37e3082b9d04e6c08420e719 (patch) | |
| tree | 7325770dbbeee62e54d7b166be335718f599dc43 /Scripts | |
| parent | 630731727a4c1a896c5ba16abca76a997a04402e (diff) | |
dotfiles update, dwm update
Diffstat (limited to 'Scripts')
| -rwxr-xr-x | Scripts/.config/Scripts/autostart.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Scripts/.config/Scripts/autostart.sh b/Scripts/.config/Scripts/autostart.sh index 52ef165..3111562 100755 --- a/Scripts/.config/Scripts/autostart.sh +++ b/Scripts/.config/Scripts/autostart.sh @@ -42,6 +42,8 @@ run dropbox start # WM specific if [ $GDMSESSION == "dwm" ]; then + pkill sxhkd + run sxhkd -c $HOME/.config/sxhkd/sxhkdrc run stalonetray else run ~/.config/Scripts/launch_polybar.sh |
