This commit is contained in:
Nicole 2025-05-06 16:39:50 +02:00
parent 637db21b16
commit 919cd6a919

View file

@ -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