diff --git a/home-manager/hyprland/hyprland-settings.nix b/home-manager/hyprland/hyprland-settings.nix index 5cf4951..892cb93 100644 --- a/home-manager/hyprland/hyprland-settings.nix +++ b/home-manager/hyprland/hyprland-settings.nix @@ -217,6 +217,7 @@ in playerctl = "${pkgs.playerctl}/bin/playerctl"; peek = "${pkgs.peek}/bin/peek"; zenity = "${pkgs.zenity}/bin/zenity"; + woomer = "${pkgs.woomer}/bin/woomer"; in [ "$mainMod, Q, exec, ${kitty}" @@ -231,6 +232,7 @@ in "$mainMod, T, togglegroup" "$mainMod, I, exec, ${rofi} -show drun -show-icons" "$mainMod, period, exec, ${rofimoji}" + "$mainMod, Z, exec, hyprshade off && (${woomer} &) && hyprshade auto" ''$mainMod, S, exec, echo "skip" | nc kopatz.ddns.net 8888'' ''$mainMod, R, exec, hyprctl hyprpaper reload ,"$(ls -d /synced/default/dinge/Bg/* | shuf -n 1)"'' "$mainMod, W, exec, hyprctl hyprpaper reload ,${config.stylix.image}"