diff options
author | Frankie B. <git@diskfloppy.me> | 2024-03-10 22:20:12 +0000 |
---|---|---|
committer | Frankie B. <git@diskfloppy.me> | 2024-03-10 22:20:12 +0000 |
commit | 3f341d9f5d03807e69ea20eb89bda6ad72e5a3d3 (patch) | |
tree | e9a404504e51b050bdf4125fec6be0ad9f59c5f1 /homes | |
parent | 28933a66d279ca421bd5baee133c1b8caecdebaa (diff) |
Lid open/close binds
Diffstat (limited to 'homes')
-rw-r--r-- | homes/floppydisk/hyprland.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/homes/floppydisk/hyprland.nix b/homes/floppydisk/hyprland.nix index 0d39b50..89fede5 100644 --- a/homes/floppydisk/hyprland.nix +++ b/homes/floppydisk/hyprland.nix @@ -79,8 +79,8 @@ }; 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" + ",switch:on:Lid Switch,exec,${/. + ../../misc/scripts/lidclose.sh}" + ",switch:off:Lid Switch,exec,${/. + ../../misc/scripts/lidopen.sh}" ]; bindm = [ |