New backup 2024-06-17 17:45:01
This commit is contained in:
parent
832d25c286
commit
b2f89d3036
4 changed files with 21 additions and 2 deletions
3
328p1aa/home/.config/sway/config.d/autostart.d/328p1aa
Normal file
3
328p1aa/home/.config/sway/config.d/autostart.d/328p1aa
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
#328p1aa autostart
|
||||
exec 'g213-led -a ff00ee'
|
|
@ -8,3 +8,4 @@
|
|||
.config/sway/config.d/window_rules.d/328p1aa
|
||||
.config/sway-profiles/unlockscript.d/328p1aa
|
||||
.config/sway-profiles/lockscript.d/328p1aa
|
||||
.config/sway/config.d/autostart.d/328p1aa
|
||||
|
|
|
@ -10,3 +10,4 @@
|
|||
.config/sway-profiles/wakescript.d
|
||||
.config/sway-profiles/lockscript.d
|
||||
.config/sway-profiles/unlockscript.d
|
||||
.config/sway/config.d/autostart.d
|
||||
|
|
|
@ -8,7 +8,21 @@
|
|||
exec_always 'autotiling'
|
||||
exec_always 'swaync'
|
||||
exec_always 'waybar'
|
||||
exec_always 'copyq --start-server'
|
||||
exec_always 'swaync'
|
||||
|
||||
|
||||
# Run only at start
|
||||
exec $HOME/.config/sway/scripts/autostart_apps
|
||||
#exec $HOME/.config/sway/scripts/autostart_apps
|
||||
exec 'nm-applet'
|
||||
exec 'blueman-applet'
|
||||
exec 'copy --start-server'
|
||||
exec 'swayidle'
|
||||
exec '/usr/lib/$(uname -m)-linux-gnu/libexec/kdeconnectd'
|
||||
exec '/usr/lib/$(uname -m)-linux-gnu/libexec/polkit-kde-authentication-agent-1'
|
||||
exec 'udiskie -at'
|
||||
exec 'sleep 5;gtk-launch syncthing-gtk'
|
||||
exec 'sleep 5;gtk-launch armcord'
|
||||
exec 'sleep 5;nextcloud --background'
|
||||
exec 'sleep 5;protonmail-bridge -n'
|
||||
|
||||
include $HOME/.config/sway/config.d/autostart.d/*
|
||||
|
|
Loading…
Add table
Reference in a new issue