This commit is contained in:
2024-01-30 23:03:20 +00:00
parent 685dad74a7
commit edaf1d4164
2 changed files with 19 additions and 7 deletions

View File

@@ -91,16 +91,19 @@ in {
# See https://wiki.hyprland.org/Configuring/Variables/ for more # See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 10 rounding = 10
blur { blur {
enabled = true enabled = true
size = 3 size = 3
passes = 1 passes = 1
} }
drop_shadow = yes drop_shadow = yes
shadow_range = 4 shadow_range = 4
shadow_render_power = 3 shadow_render_power = 3
col.shadow = rgba(1a1a1aee) col.shadow = rgba(1a1a1aee)
dim_inactive = true
dim_strength = 0.1
} }
animations { animations {
@@ -141,6 +144,15 @@ in {
sensitivity = -0.5 sensitivity = -0.5
} }
misc {
disable_hyprland_logo = true
}
xwayland {
force_zero_scaling = true
}
# Example windowrule v1 # Example windowrule v1
# windowrule = float, ^(kitty)$ # windowrule = float, ^(kitty)$
# Example windowrule v2 # Example windowrule v2
@@ -149,7 +161,6 @@ in {
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, return, exec, kitty bind = $mainMod, return, exec, kitty
# bind = $mainMod, Q, killactive,
bind = $mainMod, Q, exec, ${closer}/bin/closer bind = $mainMod, Q, exec, ${closer}/bin/closer
bind = $mainMod, D, exec, tofi-drun --drun-launch=true bind = $mainMod, D, exec, tofi-drun --drun-launch=true
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp)" bind = $mainMod SHIFT, S, exec, grim -g "$(slurp)"
@@ -209,6 +220,7 @@ in {
# Move/resize windows with mainMod + LMB/RMB and dragging # Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow bindm = $mainMod, mouse:273, resizewindow
bind = $mainMod, mouse:274, togglefloating
''; '';
}; };

View File

@@ -2,7 +2,7 @@ theme = "catppuccin_custom"
[editor] [editor]
cursorline = true cursorline = true
bufferline = "multiple" bufferline = "always"
line-number = "relative" line-number = "relative"
[editor.cursor-shape] [editor.cursor-shape]