added lid switch keybind to disable main laptop monitor
This commit is contained in:
parent
36eaff9e00
commit
ea61b5dc6b
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@
|
|||
mouse_refocus = false;
|
||||
};
|
||||
|
||||
bindl = [
|
||||
",switch:off:Lid Switch,exec,hyprctl keyword monitor "eDP-2, 2560x1600@165, 0x0, auto""
|
||||
",switch:on:Lid Switch,exec,hyprctl keyword monitor "eDP-2, disable""
|
||||
];
|
||||
|
||||
# Allow using SUPER+LEFT to move windows and SUPER+RIGHT to resize windows
|
||||
bindm = [
|
||||
"$mod, mouse:272, movewindow"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue