1 files changed,
13 insertions(+),
6 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-11-14 21:28:12 +0200
Parent:
e3a3ab3
M
config/hypr/hyprland.conf
··· 73 73 passes = 1 74 74 } 75 75 76 - drop_shadow = true 77 - shadow_range = 4 78 - shadow_render_power = 3 79 - col.shadow = rgba(1a1a1aee) 76 + shadow { 77 + enabled = true 78 + range = 10 79 + render_power = 3 80 + } 80 81 } 81 82 # }}} 82 83 # animations {{{ ··· 98 99 pseudotile = false 99 100 preserve_split = false 100 101 force_split = 2 101 - no_gaps_when_only = true 102 102 default_split_ratio = 1 103 103 } 104 104 # }}} 105 105 # master layout {{{ 106 106 # https://wiki.hyprland.org/Configuring/Master-Layout 107 107 master { 108 - no_gaps_when_only = true 109 108 orientation = right 110 109 new_on_top = true 111 110 } ··· 153 152 windowrulev2 = noanim,class:^(xwaylandvideobridge)$ 154 153 windowrulev2 = nofocus,class:^(xwaylandvideobridge)$ 155 154 windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$ 155 + 156 +# smart gaps 157 +workspace = w[tv1], gapsout:0, gapsin:0 158 +workspace = f[1], gapsout:0, gapsin:0 159 +windowrulev2 = bordersize 0, floating:0, onworkspace:w[tv1] 160 +windowrulev2 = rounding 0, floating:0, onworkspace:w[tv1] 161 +windowrulev2 = bordersize 0, floating:0, onworkspace:f[1] 162 +windowrulev2 = rounding 0, floating:0, onworkspace:f[1] 156 163 # }}} 157 164 # keymaps {{{ 158 165 bind = $mod, q, killactive