Update docs about bind of switch (#509)

This commit is contained in:
Hayake 2024-03-08 02:36:37 +08:00 committed by GitHub
parent c9670e691b
commit 563084c931
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -102,9 +102,9 @@ Useful for binding e.g. the lid close/open event:
# trigger when the switch is toggled # trigger when the switch is toggled
bindl=,switch:[switch name],exec,swaylock bindl=,switch:[switch name],exec,swaylock
# trigger when the switch is turning on # trigger when the switch is turning on
bindl=,switch:on:[switch name],exec,hyprctl keyword monitor "eDP-1, 2560x1600, 0x0, 1" bindl=,switch:on:[switch name],exec,hyprctl keyword monitor "eDP-1, disable"
# trigger when the switch is turning off # trigger when the switch is turning off
bindl=,switch:off:[switch name],exec,hyprctl keyword monitor "eDP-1, disable" bindl=,switch:off:[switch name],exec,hyprctl keyword monitor "eDP-1, 2560x1600, 0x0, 1"
``` ```
check out your switches in `hyprctl devices`. check out your switches in `hyprctl devices`.