From 3eaad001806b240259af302165099df3caf0f66e Mon Sep 17 00:00:00 2001 From: Frankie B Date: Wed, 7 Feb 2024 01:43:38 +0000 Subject: [PATCH] Add binds to enable/disable nixpad internal display --- homes/floppydisk/hyprland.nix | 5 +++++ 1 file changed, 5 insertions(+) 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"