Update hyprland configs

This commit is contained in:
Tobias Reisinger 2024-11-13 15:33:01 +01:00
parent 98789e2c05
commit 452e39205a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 4 additions and 6 deletions

View file

@ -20,8 +20,8 @@ general {
#col.group_border_active = rgb(44475a) # or rgb(6272a4) #col.group_border_active = rgb(44475a) # or rgb(6272a4)
} }
decoration { decoration:shadow {
col.shadow = rgba(1E202966) color = rgba(1E202966)
# suggested shadow setting # suggested shadow setting
#drop_shadow = yes #drop_shadow = yes

View file

@ -6,6 +6,8 @@ layerrule = noanim, notifications
# Workspace rules # Workspace rules
workspace = w[t1], gapsin:0, gapsout:0, border:0
windowrulev2 = workspace $ws_web silent, class:(qutebrowser) windowrulev2 = workspace $ws_web silent, class:(qutebrowser)
windowrulev2 = workspace $ws_web, class:(firefox) windowrulev2 = workspace $ws_web, class:(firefox)

View file

@ -71,14 +71,10 @@ dwindle {
preserve_split = yes # you probably want this preserve_split = yes # you probably want this
force_split = 2 # always split to right/bottom force_split = 2 # always split to right/bottom
no_gaps_when_only = yes
} }
master { master {
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
new_status = master new_status = master
mfact = 0.5 mfact = 0.5
no_gaps_when_only = yes
} }