From b725c587d285d99ab2a0b8514f9f976e1ec676fb Mon Sep 17 00:00:00 2001 From: Don Williams Date: Sun, 26 Jul 2026 21:40:49 -0400 Subject: Added script for Hyprlang config to handle LidSwitch Signed-off-by: Don Williams On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/UserConfigs/Laptops.conf new file: config/hypr/scripts/LidSwitch.sh --- config/hypr/UserConfigs/Laptops.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/hypr/UserConfigs') diff --git a/config/hypr/UserConfigs/Laptops.conf b/config/hypr/UserConfigs/Laptops.conf index fefc0d80..4fac8a5d 100644 --- a/config/hypr/UserConfigs/Laptops.conf +++ b/config/hypr/UserConfigs/Laptops.conf @@ -15,8 +15,8 @@ $UserConfigs = $HOME/.config/hypr/UserConfigs # Suggest you edit below for your laptop display # From WIKI This is to disable laptop monitor when lid is closed. # consult https://wiki.hyprland.org/hyprland-wiki/pages/Configuring/Binds/#switches -bindl = , switch:off:Lid Switch,exec,hyprctl keyword monitor "eDP-1, preferred, auto, 1" -bindl = , switch:on:Lid Switch,exec,hyprctl keyword monitor "eDP-1, disable" +bindl = , switch:off:Lid Switch, exec, $HOME/.config/hypr/scripts/LidSwitch.sh open +bindl = , switch:on:Lid Switch, exec, $HOME/.config/hypr/scripts/LidSwitch.sh close # WARNING! Using this method has some caveats!! USE THIS PART WITH SOME CAUTION! -- cgit v1.2.3