diff options
author | Adam T. Carpenter <atc@53hor.net> | 2023-02-10 17:31:39 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2023-02-10 17:31:39 -0500 |
commit | 1618f44c0c80414552663fb590859f65bd4bbffc (patch) | |
tree | d31c2f12752b645bf3f502d94acf6592d9dc1b77 /undock.sh | |
parent | 3ec6dc8801b933c7d5bbf7fdca498d546c5d2f24 (diff) | |
download | scripts-1618f44c0c80414552663fb590859f65bd4bbffc.tar.xz scripts-1618f44c0c80414552663fb590859f65bd4bbffc.zip |
feat: add image and video scripts, remove docking station scripts
Diffstat (limited to 'undock.sh')
-rwxr-xr-x | undock.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/undock.sh b/undock.sh deleted file mode 100755 index f4f9ec7..0000000 --- a/undock.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -/bin/sleep 3 -/usr/local/bin/xrandr --output DP-3 --auto --primary --output DP-2 --off -/sbin/sysctl hw.acpi.lid_switch_state=S3 -/usr/local/bin/xautolock -enable |