mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-01-15 16:43:06 +01:00
9 lines
275 B
Text
9 lines
275 B
Text
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; }
|
|
}
|