remove dependency on niri overlay from sodi and switch to just kdl

This commit is contained in:
Schrottkatze 2026-01-01 18:22:39 +01:00
commit 3cacac4e6a
No known key found for this signature in database
21 changed files with 352 additions and 653 deletions

View file

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