From 4447379b9983e84ff514c1febcd117a0da5e8dc9 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Tue, 14 Apr 2020 15:47:15 +0300 Subject: [PATCH] Disable laptop lid switch because it breaks coming out of sleep --- .config/sway/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 822f6cc..16b5975 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -41,9 +41,9 @@ output "Dell Inc. DELL U2715H GH85D71K0W5S" pos 2560 0 output "Dell Inc. DELL U2715H GH85D6CN1YYS" pos 0 0 # Disable T480s laptop internal screen on lid close -set $laptop "Unknown 0x0791 0x00000000" -bindswitch lid:on output $laptop disable -bindswitch lid:off output $laptop enable +#set $laptop "Unknown 0x0791 0x00000000" +#bindswitch lid:on output $laptop disable +#bindswitch lid:off output $laptop enable # load xresources exec xrdb -load ~/.Xresources