diff --git a/home-modules/hyprland.nix b/home-modules/hyprland.nix index d9f5982..fec6617 100644 --- a/home-modules/hyprland.nix +++ b/home-modules/hyprland.nix @@ -19,15 +19,16 @@ }; in { home.packages = with pkgs; [ - xdg-desktop-portal-hyprland + grim + hyprcursor + hypridle hyprland-protocols hyprlock - hypridle - hyprshot hyprpicker - hyprcursor - grim + hyprshade + hyprshot slurp + xdg-desktop-portal-hyprland ]; @@ -290,7 +291,7 @@ in { "center, title:^(terminal-file-picker)$" "size 80% 80%, title:^(terminal-file-picker)$" - "size 30% 30%, initialTitle:^(Select Calendar)$" + # "size 30% 30%, initialTitle:^(Select Calendar)$" ]; @@ -425,6 +426,8 @@ in { # "SUPER, B, exec, bitwarden" "SUPER, N, togglesplit" # "SUPER, M, exec, /home/nx2/scripts/meme-full-screen/meme-full-screen.sh " + ''SUPER, M, exec, sh -c "hyprshade on $(find ${hyper.home}/.config/hypr/shaders -type f | sed -E 's-.*shaders/(.+)\.glsl-\1-g' | rofi -dmenu)"'' + "SUPER Shift, M, exec, hyprshade off" # "SUPER, comma, exec, /home/nx2/scripts/change-language.sh" "SUPER, ., exec, echo key x:Prior | dotool" "SUPER, -, exec, echo key x:Next | dotool"