From 58b97370ffa0f08ab9ee07dca9cd9f580b7f491d Mon Sep 17 00:00:00 2001 From: Petri Hienonen Date: Wed, 3 Dec 2025 09:55:11 +0200 Subject: Fixes --- home/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/hyprland/default.nix') 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%+" -- cgit v1.2.3-70-g09d2