/ introduce use of startup.sh

This commit is contained in:
committer@t470p
2024-11-16 22:46:58 -05:00
parent d661acf290
commit 7462d50273
2 changed files with 21 additions and 10 deletions

View File

@@ -205,12 +205,13 @@ bindsym Ctrl+Print exec --no-startup-id scrot -d 3 -e 'xclip $f -selection clipb
# run programs
# ---
exec_always --no-startup-id setxkbmap -model pc105 -layout us,no -option grp:caps_toggle,grp_led:scroll; # keyboard layout switch
exec --no-startup-id /home/poq/syncDir/secrets/keyring/add_keyring_secrets.sh # disappearing keyring fix
exec --no-startup-id nextcloud
exec --no-startup-id nitrogen --restore
exec --no-startup-id pasystray
exec --no-startup-id pcloud
exec --no-startup-id protonvpn-app
exec --no-startup-id startup.sh
#exec --no-startup-id nextcloud
#exec --no-startup-id pcloud
#exec --no-startup-id protonvpn-app
#exec --no-startup-id /home/poq/syncDir/secrets/keyring/add_keyring_secrets.sh # disappearing keyring fix
# screen off after 30 min (1800 sec)
exec_always --no-startup-id xset dpms 0 0 1800;