1
1
Fork 0

hyprland: disable dpms toggle on lid switch, handled by logind

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-12-21 13:34:47 -05:00
parent 1fb1594946
commit 8d431dbd24
Signed by: myned
GPG key ID: C7224454F7881A34

View file

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