From 59d454bc67bf30d86dc222efc9350dc0069f8e55 Mon Sep 17 00:00:00 2001 From: committer Date: Wed, 22 May 2024 16:03:35 -0500 Subject: [PATCH] + protonvpn --- dots/i3wm/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dots/i3wm/config b/dots/i3wm/config index d8d8e57..f8f6fdc 100644 --- a/dots/i3wm/config +++ b/dots/i3wm/config @@ -204,11 +204,12 @@ bindsym Ctrl+Print exec --no-startup-id scrot -d 3 -e 'xclip $f -selection clipb # --- # run programs # --- -exec --no-startup-id nextcloud 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 pasystray +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 # screen off after 30 min (1800 sec) exec_always --no-startup-id xset dpms 0 0 1800;