forked from logan/dotfiles
Added custom startup scripts
Signed-off-by: logan2611 <logan2611@gmail.com>
This commit is contained in:
parent
aa1dce97c7
commit
38ac97f4be
1 changed files with 2 additions and 0 deletions
|
@ -211,6 +211,7 @@ bindsym Ctrl+Shift+Print exec --no-startup-id flameshot full -c
|
|||
|
||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||
exec_always --no-startup-id ~/.fehbg &
|
||||
exec_always --no-startup-id ~/.config/i3/customalways.sh
|
||||
|
||||
exec --no-startup-id QT_QPA_PLATFORMTHEME=qt5ct flameshot 2>&1 &
|
||||
exec --no-startup-id compton 2>&1 &
|
||||
|
@ -227,6 +228,7 @@ 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/bash ~/.screenlayout/default.sh
|
||||
exec --no-startup-id xss-lock -- betterlockscreen -l -t "${USER}@${HOSTNAME}" --off 10
|
||||
exec --no-startup-id ~/.config/i3/customonce.sh
|
||||
|
||||
default_border pixel 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue