From 919cd6a9190f051cc398b9ab684f52ba5292c08c Mon Sep 17 00:00:00 2001 From: Nicole Date: Tue, 6 May 2025 16:39:50 +0200 Subject: [PATCH] update --- .config/hypr/hyprland.conf | 41 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 3df6471..86f06d5 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -69,6 +69,26 @@ env = __GLX_VENDOR_LIBRARY_NAME,nvidia # See https://wiki.hyprland.org/Configuring/Environment-variables/ + + +#render { +# explicit_sync = 2 +# explicit_sync_kms = 0 +#} + +#opengl { +# nvidia_anti_flicker = 0 +#} + +#misc { +# vfr = 0 +#} + +#debug { +# damage_tracking = 0 +#} + + ##################### ### LOOK AND FEEL ### ##################### @@ -92,9 +112,23 @@ general { # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on allow_tearing = false - layout = master #dwindle + layout = dwindle } +group { + col.border_active = rgba(c4a7e7ee) + col.border_inactive = rgba(595959aa) + groupbar { + enabled = true + font_size = 0 + height = 0 + indicator_height = 5 + col.active = rgba(c4a7e7ee) + } +} + + + # https://wiki.hyprland.org/Configuring/Variables/#decoration decoration { rounding = 10 @@ -113,7 +147,7 @@ decoration { # https://wiki.hyprland.org/Configuring/Variables/#blur blur { enabled = true - size = 3 + size = 5 passes = 1 vibrancy = 0.1696 @@ -236,10 +270,13 @@ bind = $mainMod, V, togglefloating, bind = $mainMod, D, exec, $menu bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle +bind = $mainMod, W, togglegroup # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l bind = $mainMod, right, movefocus, r +bind = $mainMod SHIFT, left, changegroupactive, b +bind = $mainMod SHIFT, right, changegroupactive, f bind = $mainMod, up, movefocus, u bind = $mainMod, down, movefocus, d