diff --git a/users/configs/desktop/hyprland/default.nix b/users/configs/desktop/hyprland/default.nix index 2329238..e4a31cb 100644 --- a/users/configs/desktop/hyprland/default.nix +++ b/users/configs/desktop/hyprland/default.nix @@ -91,16 +91,19 @@ in { # See https://wiki.hyprland.org/Configuring/Variables/ for more rounding = 10 - blur { - enabled = true - size = 3 - passes = 1 - } + blur { + enabled = true + size = 3 + passes = 1 + } drop_shadow = yes shadow_range = 4 shadow_render_power = 3 col.shadow = rgba(1a1a1aee) + + dim_inactive = true + dim_strength = 0.1 } animations { @@ -141,6 +144,15 @@ in { sensitivity = -0.5 } + + misc { + disable_hyprland_logo = true + } + + xwayland { + force_zero_scaling = true + } + # Example windowrule v1 # windowrule = float, ^(kitty)$ # Example windowrule v2 @@ -149,7 +161,6 @@ in { # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, return, exec, kitty - # bind = $mainMod, Q, killactive, bind = $mainMod, Q, exec, ${closer}/bin/closer bind = $mainMod, D, exec, tofi-drun --drun-launch=true bind = $mainMod SHIFT, S, exec, grim -g "$(slurp)" @@ -209,6 +220,7 @@ in { # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow + bind = $mainMod, mouse:274, togglefloating ''; }; diff --git a/users/configs/system/helix/config/config.toml b/users/configs/system/helix/config/config.toml index aa70eca..ede91dc 100644 --- a/users/configs/system/helix/config/config.toml +++ b/users/configs/system/helix/config/config.toml @@ -2,7 +2,7 @@ theme = "catppuccin_custom" [editor] cursorline = true -bufferline = "multiple" +bufferline = "always" line-number = "relative" [editor.cursor-shape]