hypr: tweak config
This commit is contained in:
parent
058421e413
commit
34366538da
1 changed files with 6 additions and 6 deletions
|
@ -57,12 +57,12 @@ input {
|
||||||
general {
|
general {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
gaps_in = 2
|
gaps_in = 3
|
||||||
gaps_out = 10
|
gaps_out = 10
|
||||||
border_size = 3
|
border_size = 3
|
||||||
# col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
# col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||||
# col.inactive_border = rgba(595959aa)
|
# col.inactive_border = rgba(595959aa)
|
||||||
col.active_border = rgb(98971A)
|
col.active_border = rgb(D65d0e)
|
||||||
#col.active_border = rgb(B8BB26)
|
#col.active_border = rgb(B8BB26)
|
||||||
col.inactive_border = rgb(A89984)
|
col.inactive_border = rgb(A89984)
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
|
@ -166,10 +166,10 @@ bind=SUPER,TAB,workspace,previous
|
||||||
|
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, L, movefocus, l
|
bind = $mainMod, Left, movefocus, l
|
||||||
bind = $mainMod, H, movefocus, r
|
bind = $mainMod, Right, movefocus, r
|
||||||
bind = $mainMod, K, movefocus, u
|
bind = $mainMod, Up, movefocus, u
|
||||||
bind = $mainMod, J, movefocus, d
|
bind = $mainMod, Down, movefocus, d
|
||||||
|
|
||||||
# Resize windows
|
# Resize windows
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue