Improve hyprland-config and other small stuff

This commit is contained in:
Tobias Reisinger 2023-07-23 16:12:18 +02:00
parent 7068f9e564
commit f3b67ca2e9
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
9 changed files with 50 additions and 36 deletions

View file

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