diff options
Diffstat (limited to 'bspwm/.config/bspwm/autostart.sh')
| -rwxr-xr-x | bspwm/.config/bspwm/autostart.sh | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/bspwm/.config/bspwm/autostart.sh b/bspwm/.config/bspwm/autostart.sh deleted file mode 100755 index 87777c9..0000000 --- a/bspwm/.config/bspwm/autostart.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/bash - -function run { - SERVICE="$@" - RUNNING=$(ps aux | grep -v grep | grep "$SERVICE") - if [ "${RUNNING:-null}" = null ]; - then - $@ & - fi -} - -setxkbmap -layout us -variant altgr-intl -option caps:escape -xmodmap -e "keycode 135 = Super_R" -run mpd -run nm-applet -run compton -run wal -i ~/.config/wall1.jpg -run synclient TouchpadOff=1 -run /usr/bin/xflux -l 43.6404 -g -79.3995 -run ~/.config/Scripts/screen.sh d -run ~/.config/Scripts/launch_polybar.sh -run st -c email -e neomutt -run st -c dropdown -e tmux -f ~/.config/tmux/tmux_start.conf attach -run st -c math -e R -run vivaldi-stable -run keepassxc -amixer -c 0 set Headphone 100% unmute -#run dropbox |
