diff options
Diffstat (limited to 'homes/floppydisk')
-rw-r--r-- | homes/floppydisk/hyprland.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homes/floppydisk/hyprland.nix b/homes/floppydisk/hyprland.nix index 9531bbf..110e037 100644 --- a/homes/floppydisk/hyprland.nix +++ b/homes/floppydisk/hyprland.nix @@ -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" |