From 16fa2a1ef8f38b15a17a039d61c41cbadff279d6 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 20 Jan 2021 09:32:41 +0200 Subject: [PATCH] sway/config: Remove display enable/disable on lid This is brilliant, except it causes the system to go to sleep also after a period of inactivity. In many cases the machine would wake up later with the internal display disabled, ugh. Now I just mana- ge the displays using wdisplays. --- sway/config | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sway/config b/sway/config index d186120..a088479 100644 --- a/sway/config +++ b/sway/config @@ -87,10 +87,6 @@ output HDMI-A-1 { position 1280,0 } -set $laptop eDP-1 -bindswitch --reload lid:on output $laptop disable -bindswitch --reload lid:off output $laptop enable - # Wayland overlay bar for sound and brightness level exec mkfifo $SWAYSOCK.wob && tail -f $SWAYSOCK.wob | wob