diff options
| author | kj_sh604 | 2025-11-09 17:18:00 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-11-09 17:18:00 -0500 |
| commit | 0e89adbd440b04e5432eb00614f654c9fed93687 (patch) | |
| tree | a9ed9470ac5f82098b7548cce4220114b6afa448 /.local/bin/clear-dpms-state | |
| parent | a6675719f73a332f92c30ff5c4948cda26c0e6e3 (diff) | |
revert-to: 77949a068755ee72d7b5eaf5570cd2cd34a8d222
Diffstat (limited to '.local/bin/clear-dpms-state')
| -rwxr-xr-x | .local/bin/clear-dpms-state | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.local/bin/clear-dpms-state b/.local/bin/clear-dpms-state deleted file mode 100755 index ce6c99a..0000000 --- a/.local/bin/clear-dpms-state +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -# Check if xset is available -if command -v xset > /dev/null; then - # Place all DPMS settings that you want - # to run on awesome-wm startup below: - xset s noblank - xset s noexpose - xset s off off - xset dpms 0 0 0 - xset -dpms -else - notify-send "error: xset binary not found." -fi |
