From f496efcfcb2f7b57ea9d7f179326cfb740709a13 Mon Sep 17 00:00:00 2001 From: fro Date: Sun, 28 Dec 2025 13:37:34 -0500 Subject: [PATCH] / wip --- dots/i3wm/config | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/dots/i3wm/config b/dots/i3wm/config index 7fd9019..2b24155 100644 --- a/dots/i3wm/config +++ b/dots/i3wm/config @@ -203,19 +203,6 @@ bindsym --release Print exec --no-startup-id scrot -s -f -e 'xclip $f -selection bindsym --release Shift+Print exec --no-startup-id scrot -u -e 'xclip $f -selection clipboard -t image/png' '/home/poq/syncDir/0_downloads/%Y%m%d%H%M%S_$wx$h.png' bindsym Ctrl+Print exec --no-startup-id scrot -d 3 -e 'xclip $f -selection clipboard -t image/png' '/home/poq/syncDir/0_downloads/%Y%m%d%H%M%S_$wx$h.png' -# --- -# 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 pasystray -exec --no-startup-id startup.sh -#exec --no-startup-id pcloud # unable to execute this from startup.sh, by some weird reason (it used to work) - -# --- -# screen locker -# --- -# locking of screens is handled by startup.sh - # --- # shortcuts # --- @@ -408,3 +395,16 @@ bar { # --- for_window [class="SpeedCrunch"] floating enable border normal + +# --- +# 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 pasystray +exec --no-startup-id startup.sh +#exec --no-startup-id pcloud # unable to execute this from startup.sh, by some weird reason (it used to work) + +# --- +# screen locker +# --- +# locking of screens is handled by startup.sh