adapt screenshot script to niri

This commit is contained in:
2025-10-03 01:05:36 +02:00
parent 73a86b35d5
commit 6e4c3be564
4 changed files with 65 additions and 25 deletions

View File

@@ -232,7 +232,7 @@ cursor {
hide-when-typing
}
screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"
screenshot-path "~/Pictures/Screenshots/.niri_screenshot.png"
// gestures {
// hot-corners {
@@ -270,9 +270,9 @@ binds {
Mod+V { spawn-sh "pkill rofi || cliphist list | rofi -dmenu -config ~/.config/rofi/dmenu.rasi -display-columns 2 -i | cliphist decode | wl-copy"; }
Mod+Period { spawn-sh "pkill rofi || rofi-emoji"; }
Ctrl+Alt+Delete { spawn-sh "pkill wlogout || wlogout -p layer-shell"; }
Print { screenshot-screen; }
Mod+Shift+S { screenshot; }
Mod+Ctrl+Shift+S { screenshot-window; }
Print { spawn-sh "screenshot full"; }
Mod+Shift+S { spawn-sh "screenshot area"; }
Mod+Ctrl+Shift+S { spawn-sh "screenshot window"; }
Mod+Shift+C { spawn-sh "hyprpicker -a"; }
// Session