Updot
This commit is contained in:
@@ -101,6 +101,9 @@ in {
|
|||||||
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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user