From 81f00e2ac2785c93fcbb33c679aa06dd3f645779 Mon Sep 17 00:00:00 2001 From: Michel Fedde Date: Sun, 30 Mar 2025 23:56:23 +0200 Subject: [PATCH] Adds dmks binds --- .config/hypr/config/Monitors.conf##class.Laptop | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/hypr/config/Monitors.conf##class.Laptop b/.config/hypr/config/Monitors.conf##class.Laptop index 29e3630..8294fe6 100644 --- a/.config/hypr/config/Monitors.conf##class.Laptop +++ b/.config/hypr/config/Monitors.conf##class.Laptop @@ -14,7 +14,7 @@ monitor=$secondary, preferred, auto-up, 1 exec=xrandr --output $primary --primary # trigger when the switch is turning off -bindl = , switch:off:Lid Switch,exec,hyprctl dispatch dpms on +bindlt = , switch:off:Lid Switch,exec,hyprctl dispatch dpms on # trigger when the switch is turning on -bindl = , switch:on:Lid Switch,exec,hyprctl dispatch dpms off -bind = SUPER, P, exec, hyprctl dispatch dpms on +bindlt = , switch:on:Lid Switch,exec,hyprctl dispatch dpms off +bindlt = SUPER, SPACE, exec, hyprctl dispatch dpms on