diff options
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r-- | hypr/hyprland.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 36bf50a..cc80cb1 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -44,9 +44,11 @@ general { gaps_in = 5 gaps_out = 20 border_size = 2 - col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg - col.inactive_border = rgba(595959aa) - layout = dwindle + #col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg + #col.inactive_border = rgba(595959aa) + col.active_border = rgba(198844ee) + col.inactive_border = rgba(1b1d1cee) + layout = master no_cursor_warps = false } #}}} |