From 7627e23fc7770f5d488ad6347177846092aec863 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 30 Mar 2024 15:01:40 -0500 Subject: [PATCH] refactor(hypr): improve "toggling" off laptop screen --- dots/.config/hypr/conf/core/monitors.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dots/.config/hypr/conf/core/monitors.conf b/dots/.config/hypr/conf/core/monitors.conf index 559f0dfb..b1604a0c 100644 --- a/dots/.config/hypr/conf/core/monitors.conf +++ b/dots/.config/hypr/conf/core/monitors.conf @@ -1,4 +1,4 @@ monitor = ,preferred,auto,auto -monitor=eDP-1,preferred,auto,1.5 -bindl=,switch:off:Lid Switch,exec,hyprctl keyword monitor "eDP-1,preferred,auto,1.5" -bindl=,switch:on:Lid Switch,exec,hyprctl keyword monitor "eDP-1,disable" +monitor=eDP-1,preferred,0x0,1.5 +bindl=,switch:off:Lid Switch,exec,brightnessctl s 50% +bindl=,switch:on:Lid Switch,exec,brightnessctl s 0%