Skip to content

Commit 7468b4d

Browse files
committed
hyprland: breaking changes in config
Signed-off-by: clux <[email protected]>
1 parent 87fcd9f commit 7468b4d

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

config/hypr/hyprland.conf

+20-6
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,13 @@ decoration {
8282
ignore_opacity = true
8383
}
8484
blurls = lockscreen
85-
drop_shadow = yes
86-
shadow_range = 10
87-
shadow_render_power = 3
88-
#col.shadow = rgba(1a1a1aee)
89-
col.shadow = $lavender
85+
shadow {
86+
enabled = yes
87+
range = 10
88+
render_power = 3
89+
#color = rgba(1a1a1aee)
90+
color = $lavender
91+
}
9092

9193
# don't dim modal terminal
9294
dim_special = 0
@@ -115,7 +117,6 @@ dwindle {
115117
# https://wiki.hyprland.org/Configuring/Dwindle-Layout/
116118
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
117119
preserve_split = yes # you probably want this
118-
no_gaps_when_only = 1
119120
special_scale_factor = 1 # maximize special workspace
120121
}
121122

@@ -128,6 +129,11 @@ misc {
128129
disable_hyprland_logo = true
129130
disable_splash_rendering = true
130131
}
132+
ecosystem {
133+
# https://wiki.hyprland.org/Configuring/Variables/#ecosystem
134+
no_update_news = true
135+
#no_donation_nag = true
136+
}
131137

132138
# ---------------------------------------------------------
133139
# RULES + BINDS
@@ -183,6 +189,14 @@ windowrulev2 = noshadow, class:^Alacritty$
183189
windowrulev2 = noinitialfocus, class:^Alacritty$
184190
windowrulev2 = bordercolor rgba(a6e3a1ee), class:^Alacritty$
185191

192+
# remove gaps when only one window on most workspaces
193+
workspace = w[tv1], gapsout:0, gapsin:0
194+
workspace = f[1], gapsout:0, gapsin:0
195+
windowrulev2 = bordersize 0, floating:0, onworkspace:w[tv1]
196+
windowrulev2 = rounding 0, floating:0, onworkspace:w[tv1]
197+
windowrulev2 = bordersize 0, floating:0, onworkspace:f[1]
198+
windowrulev2 = rounding 0, floating:0, onworkspace:f[1]
199+
186200
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
187201
$mainMod = SUPER
188202
# ALT as mainmod would be nice to align yabai + hyprland, but this ends ups triggering lang change, how does mac avoid this?

0 commit comments

Comments
 (0)