Hyprland: disconnect kb focus from mouse focus

kb+m can enable dpms now
This commit is contained in:
Evie Litherland-Smith 2024-01-11 14:26:36 +00:00
parent f9b3e31057
commit 2d1ac368f5

View file

@ -30,7 +30,7 @@ in ''
input {
kb_layout = gb
kb_options = ctrl:nocaps
follow_mouse = 1
follow_mouse = 2
touchpad:natural_scroll = yes
}
@ -85,6 +85,8 @@ in ''
misc {
background_color=rgb(0d0e1c)
disable_autoreload = true
mouse_move_enables_dpms = true
key_press_enables_dpms = true
}
xwayland:force_zero_scaling = true