@@ -82,11 +82,13 @@ decoration {
82
82
ignore_opacity = true
83
83
}
84
84
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
+ }
90
92
91
93
# don't dim modal terminal
92
94
dim_special = 0
@@ -115,7 +117,6 @@ dwindle {
115
117
# https://wiki.hyprland.org/Configuring/Dwindle-Layout/
116
118
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
117
119
preserve_split = yes # you probably want this
118
- no_gaps_when_only = 1
119
120
special_scale_factor = 1 # maximize special workspace
120
121
}
121
122
@@ -128,6 +129,11 @@ misc {
128
129
disable_hyprland_logo = true
129
130
disable_splash_rendering = true
130
131
}
132
+ ecosystem {
133
+ # https://wiki.hyprland.org/Configuring/Variables/#ecosystem
134
+ no_update_news = true
135
+ #no_donation_nag = true
136
+ }
131
137
132
138
# ---------------------------------------------------------
133
139
# RULES + BINDS
@@ -183,6 +189,14 @@ windowrulev2 = noshadow, class:^Alacritty$
183
189
windowrulev2 = noinitialfocus, class:^Alacritty$
184
190
windowrulev2 = bordercolor rgba(a6e3a1ee), class:^Alacritty$
185
191
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
+
186
200
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
187
201
$mainMod = SUPER
188
202
# 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