Improve hyprland-config and other small stuff
This commit is contained in:
parent
7068f9e564
commit
f3b67ca2e9
9 changed files with 50 additions and 36 deletions
|
@ -8,7 +8,7 @@ input {
|
|||
numlock_by_default = true
|
||||
|
||||
follow_mouse = 1
|
||||
mouse_refocus = false
|
||||
mouse_refocus = true
|
||||
accel_profile = flat
|
||||
|
||||
touchpad {
|
||||
|
@ -28,7 +28,7 @@ general {
|
|||
cursor_inactive_timeout = 3
|
||||
no_cursor_warps = true
|
||||
|
||||
layout = master
|
||||
layout = dwindle
|
||||
}
|
||||
|
||||
decoration {
|
||||
|
@ -59,6 +59,8 @@ dwindle {
|
|||
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
preserve_split = yes # you probably want this
|
||||
|
||||
force_split = 2 # always split to right/bottom
|
||||
|
||||
no_gaps_when_only = yes
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue