diff --git a/.config/hypr/dracula.conf b/.config/hypr/dracula.conf index 568308b..e4776b2 100644 --- a/.config/hypr/dracula.conf +++ b/.config/hypr/dracula.conf @@ -20,8 +20,8 @@ general { #col.group_border_active = rgb(44475a) # or rgb(6272a4) } -decoration { - col.shadow = rgba(1E202966) +decoration:shadow { + color = rgba(1E202966) # suggested shadow setting #drop_shadow = yes diff --git a/.config/hypr/rules.conf b/.config/hypr/rules.conf index 2f94323..e0f98c2 100644 --- a/.config/hypr/rules.conf +++ b/.config/hypr/rules.conf @@ -6,6 +6,8 @@ layerrule = noanim, notifications # Workspace rules +workspace = w[t1], gapsin:0, gapsout:0, border:0 + windowrulev2 = workspace $ws_web silent, class:(qutebrowser) windowrulev2 = workspace $ws_web, class:(firefox) diff --git a/.config/hypr/vars.conf b/.config/hypr/vars.conf index 6ed2543..3757fe7 100644 --- a/.config/hypr/vars.conf +++ b/.config/hypr/vars.conf @@ -71,14 +71,10 @@ dwindle { preserve_split = yes # you probably want this force_split = 2 # always split to right/bottom - - no_gaps_when_only = yes } master { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more new_status = master mfact = 0.5 - - no_gaps_when_only = yes }