This commit is contained in:
committer
2024-05-13 12:55:10 -05:00
parent 48dfd49918
commit 8c7689c595

View File

@@ -185,8 +185,18 @@ bar {
### START OF OWN ADDITIONS SECTION ###
####################################################
exec --no-startup-id nextcloud # <FK> run startup script
bindsym $mod+F3 exec pcmanfm # start file manager
workspace_auto_back_and_forth yes # nifty to press the same workspace number and go back to previous
# print screen
bindsym --release Print exec --no-startup-id scrot -s -f -e 'xclip $f -selection clipboard -t image/png' '/home/poq/syncDir/0_downloads/%Y%m%d%H%M%S_$wx$h.png' # print: select region
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' # shift+print: window
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' # ctrl+print: delayed screenshot (for context menu)
# 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
# shortcuts
bindsym $mod+F3 exec pcmanfm # start file manager
# misc
workspace_auto_back_and_forth yes # nifty to press the same workspace number and go back to previous