Update configs

This commit is contained in:
2025-07-13 12:05:31 -04:00
parent 453c3ff85a
commit d1f4c6d396
9 changed files with 62 additions and 21 deletions

View File

@@ -42,4 +42,5 @@ bindsym $mod+Shift+f floating toggle
bindsym $mod+tab layout tabbed
## Utils
bindsym Print exec ~/.local/bin/snag -d ~/screenshots/
bindsym Print exec bash -c 'file=$(~/.local/bin/snag -d ~/screenshots/) && wl-copy < $file'
bindsym Print+Ctrl exec bash -c 'file=$(~/.local/bin/snag -r -d ~/screenshots/) && wl-copy < $file'