Add binds to enable/disable nixpad internal display
This commit is contained in:
parent
d6e36dfa8e
commit
3eaad00180
1 changed files with 5 additions and 0 deletions
|
@ -77,6 +77,11 @@
|
|||
|
||||
"general:resize_on_border" = "true";
|
||||
|
||||
bindl = [
|
||||
",switch:on:Lid Switch,exec,hyprctl keyword monitor LVDS-1, disable"
|
||||
",switch:off:Lid Switch,exec,hyprctl keyword monitor LVDS-1, 1600x900, 0x0, 1"
|
||||
];
|
||||
|
||||
bindm = [
|
||||
# mouse binds
|
||||
"ALT,mouse:272,movewindow"
|
||||
|
|
Loading…
Reference in a new issue