aboutsummaryrefslogtreecommitdiffstats
path: root/home/hyprland/default.nix
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-12-03 09:55:11 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2025-12-03 12:33:34 +0200
commit58b97370ffa0f08ab9ee07dca9cd9f580b7f491d (patch)
treef6e1f9eb6f16889b84e93272d0334800bb115371 /home/hyprland/default.nix
parente80de5ae7c0f96638820ee0b60a3776321fa19f1 (diff)
downloadnixos-58b97370ffa0f08ab9ee07dca9cd9f580b7f491d.tar.zst
Fixes
Diffstat (limited to 'home/hyprland/default.nix')
-rw-r--r--home/hyprland/default.nix2
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%+"