This commit is contained in:
fro
2025-12-28 13:37:34 -05:00
parent df6bd52ece
commit f496efcfcb

View File

@@ -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