diff --git a/hosts/nixos-laptop/home-manager/hyprland-conf.nix b/hosts/nixos-laptop/home-manager/hyprland-conf.nix index 47f1bfcd..dcd09f10 100644 --- a/hosts/nixos-laptop/home-manager/hyprland-conf.nix +++ b/hosts/nixos-laptop/home-manager/hyprland-conf.nix @@ -54,12 +54,14 @@ inactive_opacity = 0.7 fullscreen_opacity = 0.95 blur = true - blur_size = 30 - blur_passes = 3 drop_shadow = true shadow_range = 4 shadow_render_power = 3 col.shadow = rgba(1a1a1aee) + blur { + size = 30 + passes = 3 + } } animations { @@ -140,7 +142,7 @@ # Show Rofi on SUPER-S bind = $mainMod, S, exec, rofi -show drun -show-icons # Show Rofi on SUPER-SPACE - bind = $mainMod SPACE, , exec, rofi -show drun -show-icons + bind = $mainMod, space, exec, rofi -show drun -show-icons # Take a screenshot with the Print key bind =,Print,exec,grim # Move to the previous / next workspace with SUPER-LEFT and SUPER-RIGHT @@ -163,8 +165,6 @@ swww img /etc/nixos/git/desktops/wallpapers/gruvbox/wallpaper4.jpg & nm-applet --indicator & waybar & - - notify-send "Welcome to Hyprland!" mako ''; };