diff options
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%+" |
