update
This commit is contained in:
parent
637db21b16
commit
919cd6a919
1 changed files with 39 additions and 2 deletions
|
|
@ -69,6 +69,26 @@ env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Environment-variables/
|
# 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 ###
|
### LOOK AND FEEL ###
|
||||||
#####################
|
#####################
|
||||||
|
|
@ -92,9 +112,23 @@ general {
|
||||||
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||||||
allow_tearing = false
|
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
|
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 10
|
rounding = 10
|
||||||
|
|
@ -113,7 +147,7 @@ decoration {
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = true
|
||||||
size = 3
|
size = 5
|
||||||
passes = 1
|
passes = 1
|
||||||
|
|
||||||
vibrancy = 0.1696
|
vibrancy = 0.1696
|
||||||
|
|
@ -236,10 +270,13 @@ bind = $mainMod, V, togglefloating,
|
||||||
bind = $mainMod, D, exec, $menu
|
bind = $mainMod, D, exec, $menu
|
||||||
bind = $mainMod, P, pseudo, # dwindle
|
bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod, J, togglesplit, # dwindle
|
bind = $mainMod, J, togglesplit, # dwindle
|
||||||
|
bind = $mainMod, W, togglegroup
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, left, movefocus, l
|
bind = $mainMod, left, movefocus, l
|
||||||
bind = $mainMod, right, movefocus, r
|
bind = $mainMod, right, movefocus, r
|
||||||
|
bind = $mainMod SHIFT, left, changegroupactive, b
|
||||||
|
bind = $mainMod SHIFT, right, changegroupactive, f
|
||||||
bind = $mainMod, up, movefocus, u
|
bind = $mainMod, up, movefocus, u
|
||||||
bind = $mainMod, down, movefocus, d
|
bind = $mainMod, down, movefocus, d
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue