remove screenshot shortcuts

This commit is contained in:
Schrottkatze 2026-01-26 00:42:00 +01:00
commit 5463ce39cf
No known key found for this signature in database

View file

@ -1,9 +1,6 @@
screenshot-path "~/Pictures/screenshots/%Y-%m-%dT%H:%M:%S.png" screenshot-path "~/Pictures/screenshots/%Y-%m-%dT%H:%M:%S.png"
binds { binds {
Ctrl+Print { screenshot-screen; }
Mod+Ctrl+S { screenshot-screen; } Mod+Ctrl+S { screenshot-screen; }
Mod+Shift+S { screenshot-window; } Mod+Shift+S { screenshot-window; }
Shift+Print { screenshot-window; }
Mod+S { screenshot; } Mod+S { screenshot; }
Print { screenshot; }
} }