forked from logan/dotfiles
Reordered so that it makes more sense
This commit is contained in:
parent
4a43ec4f7c
commit
be6dd2252a
1 changed files with 2 additions and 2 deletions
|
@ -215,6 +215,8 @@ bindsym Ctrl+Shift+Print exec --no-startup-id flameshot full -c
|
|||
#}
|
||||
|
||||
# Startup
|
||||
exec --no-startup-id /usr/bin/autorandr -l default 2>&1 &
|
||||
|
||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh 2>&1
|
||||
exec_always --no-startup-id ~/.fehbg &
|
||||
exec_always --no-startup-id ~/.config/i3/customalways.sh 2>&1
|
||||
|
@ -233,8 +235,6 @@ exec --no-startup-id /usr/bin/syncthing -no-browser -home="/home/logan/.config/s
|
|||
exec --no-startup-id /usr/bin/syncthingtray --wait 2>&1 &
|
||||
exec --no-startup-id /usr/bin/kdeconnect-indicator 2>&1 &
|
||||
exec --no-startup-id /usr/bin/xfce4-power-manager 2>&1 &
|
||||
exec --no-startup-id /usr/bin/autorandr -l default 2>&1 &
|
||||
#exec --no-startup-id /usr/bin/bash ~/.screenlayout/default.sh 2>&1
|
||||
exec --no-startup-id xss-lock -- betterlockscreen -l -t "${USER}@${HOSTNAME}" --off 10 2>&1 &
|
||||
exec --no-startup-id ~/.config/i3/customonce.sh 2>&1
|
||||
|
||||
|
|
Loading…
Reference in a new issue