From a38b3f626fa140fc56b1c579a594f0a7d445a390 Mon Sep 17 00:00:00 2001 From: 53hornet Date: Tue, 7 Dec 2021 22:03:02 -0500 Subject: fix: replace dockd with devd calling out to dock and undock --- dock.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 dock.sh (limited to 'dock.sh') diff --git a/dock.sh b/dock.sh new file mode 100755 index 0000000..c6e9915 --- /dev/null +++ b/dock.sh @@ -0,0 +1,4 @@ +#!/bin/sh +xrandr --output DP-3 --off --output DP-2 --auto --primary +doas sysctl hw.acpi.lid_switch_state=NONE +killall xautolock -- cgit v1.2.3