Hyprland: disconnect kb focus from mouse focus
kb+m can enable dpms now
This commit is contained in:
parent
f9b3e31057
commit
2d1ac368f5
|
@ -30,7 +30,7 @@ in ''
|
||||||
input {
|
input {
|
||||||
kb_layout = gb
|
kb_layout = gb
|
||||||
kb_options = ctrl:nocaps
|
kb_options = ctrl:nocaps
|
||||||
follow_mouse = 1
|
follow_mouse = 2
|
||||||
touchpad:natural_scroll = yes
|
touchpad:natural_scroll = yes
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -85,6 +85,8 @@ in ''
|
||||||
misc {
|
misc {
|
||||||
background_color=rgb(0d0e1c)
|
background_color=rgb(0d0e1c)
|
||||||
disable_autoreload = true
|
disable_autoreload = true
|
||||||
|
mouse_move_enables_dpms = true
|
||||||
|
key_press_enables_dpms = true
|
||||||
}
|
}
|
||||||
|
|
||||||
xwayland:force_zero_scaling = true
|
xwayland:force_zero_scaling = true
|
||||||
|
|
Loading…
Reference in a new issue