From d0ec33f5dfabee5ee0cee0498dc4a9e5f484f3b2 Mon Sep 17 00:00:00 2001 From: BluishHumility Date: Sat, 17 Aug 2024 22:07:13 -0400 Subject: [PATCH] style: remove config.d/clamshell Remove ~/.config/sway/config.d/clamshell since we are handling lid close events with logind.conf now. --- .config/sway/config.d/clamshell | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .config/sway/config.d/clamshell diff --git a/.config/sway/config.d/clamshell b/.config/sway/config.d/clamshell deleted file mode 100644 index cd7cc46..0000000 --- a/.config/sway/config.d/clamshell +++ /dev/null @@ -1,6 +0,0 @@ -# Clamshell Mode -set $laptop eDP-1 -bindswitch --reload --locked lid:on output $laptop disable -bindswitch --reload --locked lid:off output $laptop enable - -exec_always ~/.config/sway/scripts/clamshell.sh