diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-03 09:55:11 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-03 12:33:34 +0200 |
| commit | 58b97370ffa0f08ab9ee07dca9cd9f580b7f491d (patch) | |
| tree | f6e1f9eb6f16889b84e93272d0334800bb115371 /home/hyprland | |
| parent | e80de5ae7c0f96638820ee0b60a3776321fa19f1 (diff) | |
| download | nixos-58b97370ffa0f08ab9ee07dca9cd9f580b7f491d.tar.zst | |
Fixes
Diffstat (limited to 'home/hyprland')
| -rw-r--r-- | home/hyprland/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 992fa09..24e7357 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -99,7 +99,7 @@ "$mainMod, F, fullscreen" "$mainMod, C, killactive," "$mainMod, Tab, cyclenext" - ", Print, exec, ${pkgs.grim}/bin/grim - | wl-copy && wl-paste > ~/Pictures/screenshots/Screenshot-$(date +%F_%T).png && dunstify 'Screenshot of the whole screen taken' -t 1000" + ", Print, exec, ${pkgs.grim}/bin/grim - | ${pkgs.wl-clipboard}/bin/wl-copy && ${pkgs.wl-clipboard}/bin/wl-paste > ~/Pictures/screenshots/Screenshot-$(date +%F_%T).png && dunstify 'Screenshot of the whole screen taken' -t 1000" ", XF86MonBrightnessUp, exec, brightnessctl s -e 5%+" ", XF86MonBrightnessDown, exec, brightnessctl s -e 5%-" ", XF86AudioRaiseVolume,exec,wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+" |
