diff --git a/README.md b/README.md index 375733cd..34ffd67f 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,6 @@ nix develop -c /etc/nixos/git/docs/setup.sh ## General * [ ] Security hardening / scans / etc -* [ ] Where possible, convert cronjobs to systemd services / timers ## Home-Manager * [ ] Figure out what the home-manager `account` options are for. diff --git a/home-manager/common/desktops/hyprland/components/hyprland.nix b/home-manager/common/desktops/hyprland/components/hyprland.nix index 7f5e52ca..0670cc85 100644 --- a/home-manager/common/desktops/hyprland/components/hyprland.nix +++ b/home-manager/common/desktops/hyprland/components/hyprland.nix @@ -21,14 +21,14 @@ settings = { layerrule = [ "blur, waybar" + "blur, rofi" "blur, notifications" "ignorezero, notifications" - "blur, rofi" ]; - xwayland.force_zero_scaling = true; + xwayland.force_zero_scaling = false; general = { - gaps_in = "8"; - gaps_out = "8"; + gaps_in = "5"; + gaps_out = "10"; border_size = "1"; resize_on_border = "true"; extend_border_grab_area = "15"; @@ -58,15 +58,15 @@ key_press_enables_dpms = true; }; decoration = { - rounding = 2; - active_opacity = 0.8; + rounding = 3; + active_opacity = 0.75; inactive_opacity = 0.6; fullscreen_opacity = 1.0; drop_shadow = true; shadow_range = 4; shadow_render_power = 3; blur = { - size = 8; + size = 6; passes = 3; ignore_opacity = true; }; @@ -97,8 +97,8 @@ "opacity 1.0 override,^(steam)$" # Sets opacity to 1 "noblur,^(codium)$" # disables blur for codium "opacity 0.9 override,^(codium)$" # Sets opacity to 1 -# "stayfocused, title:^()$,class:^(steam)$" -# "minsize 1 1, title:^()$,class:^(steam)$" + "stayfocused, title:^()$,class:^(steam)$" + "minsize 1 1, title:^()$,class:^(steam)$" ]; bind = [