hyprland: disable dpms toggle on lid switch, handled by logind
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
1fb1594946
commit
8d431dbd24
1 changed files with 2 additions and 2 deletions
|
@ -93,8 +93,8 @@ in {
|
||||||
# Laptop lid switches
|
# Laptop lid switches
|
||||||
# https://wiki.hyprland.org/Configuring/Binds/#switches
|
# https://wiki.hyprland.org/Configuring/Binds/#switches
|
||||||
#?? hyprctl devices
|
#?? hyprctl devices
|
||||||
(key "switch:off:Lid Switch" null "dpms" "on") # Open
|
#// (key "switch:off:Lid Switch" null "dpms" "on") # Open
|
||||||
(key "switch:on:Lid Switch" null "dpms" "off") # Close
|
#// (key "switch:on:Lid Switch" null "dpms" "off") # Close
|
||||||
];
|
];
|
||||||
|
|
||||||
# Mouse binds
|
# Mouse binds
|
||||||
|
|
Loading…
Reference in a new issue