Edit autostart

This commit is contained in:
samedamci 2020-05-09 21:27:12 +02:00
parent be7ba40a85
commit 06460b07e4
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894

View File

@ -14,14 +14,9 @@ elif [ "$HOSTNAME" == "laptop" ];then
feh --bg-fill --randomize /home/samedamci/.config/wallpapers/1366x768/ &
fi
# Polybar
# killall -q polybar
# while pgrep -u $UID -x polybar >/dev/null; do killall -q polybar; done
# polybar polybarexe &
# sxhkd
# killall -q sxhkd
# while pgrep -u $UID -x sxhkd >/dev/null; do killall -q sxhkd; done
# sxhkd &
killall -q sxhkd
while pgrep -u $UID -x sxhkd >/dev/null; do killall -q sxhkd; done
sxhkd &
# Dunst
killall -q dunst
while pgrep -u $UID -x dunst >/dev/null; do killall -q dunst; done
@ -35,7 +30,9 @@ picom &
setxkbmap -layout 'pl' -option caps:swapescape &
# Cursor
xsetroot -cursor_name left_ptr & # change the cursor shape from "x" to normal
xsetroot -name " samedamci "
# dwm bar
~/.local/bin/scripts/dbar &
# Not reload
[[ -z $(pgrep udiskie) ]] && udiskie &