diff options
author | Robin Obůrka <r.oburka@gmail.com> | 2014-08-22 11:53:46 +0200 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2014-08-22 11:53:46 +0200 |
commit | f0167e83c71879ec2e64c389e59819c9ff8d170a (patch) | |
tree | c75095e6b2e5cf961c61361110c784cc3f7509c6 /handlers/acpi_event_handler.sh | |
download | display_autoset-f0167e83c71879ec2e64c389e59819c9ff8d170a.tar.xz |
Initial commit
Diffstat (limited to 'handlers/acpi_event_handler.sh')
-rwxr-xr-x | handlers/acpi_event_handler.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/handlers/acpi_event_handler.sh b/handlers/acpi_event_handler.sh new file mode 100755 index 0000000..21ba395 --- /dev/null +++ b/handlers/acpi_event_handler.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +#~/bin/displays/autodetect.sh +su -c "DISPLAY=:0.0 arandr" robin; |