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