diff options
| author | adikro <adikro@disroot.org> | 2025-12-06 14:29:51 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-06 14:29:51 +0100 |
| commit | 4cf79fcc579909d334a81b23c1578daa41fff691 (patch) | |
| tree | 2d6386265e4a41efed0d5e5b3c8c2bdc29efb527 /home/wayland/niri/binds.nix | |
| parent | 611576f9ee5232dfc399843c12dfeed5d58ec9ad (diff) | |
changes necessary for a nix update
Diffstat (limited to 'home/wayland/niri/binds.nix')
| -rw-r--r-- | home/wayland/niri/binds.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/wayland/niri/binds.nix b/home/wayland/niri/binds.nix index aea36e7..53d2d4e 100644 --- a/home/wayland/niri/binds.nix +++ b/home/wayland/niri/binds.nix @@ -42,17 +42,17 @@ # Screenshot (selection -> copy + save) "Mod+S".action = spawn "sh" "-c" '' - filename="/media/ss/$(date +%Y-%m-%d_%H-%M-%S).png" + filename="/media/pics/ss/$(date +%Y-%m-%d_%H-%M-%S).png" grim -g "$(slurp)" - | tee "$filename" | wl-copy ''; # Screenshot (selection -> save -> edit with satty -> copy edited) "Mod+Shift+S".action = spawn "sh" "-c" '' - filename="/media/ss/$(date +%Y-%m-%d_%H-%M-%S).png" + filename="/media/pics/ss/$(date +%Y-%m-%d_%H-%M-%S).png" grim -g "$(slurp)" "$filename" - edited="/media/ss/$(date +%Y-%m-%d_%H-%M-%S)-edited.png" + edited="/media/pics/ss/$(date +%Y-%m-%d_%H-%M-%S)-edited.png" satty --filename "$filename" --output-filename "$edited" ''; |
