diff options
| author | Blista Kanjo | 2023-02-03 21:53:59 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2023-02-03 21:53:59 -0500 |
| commit | 291fe90e10eb8da2386206d3fcbc7dd488a31dba (patch) | |
| tree | 4a317e86f81cf88047da8f4136f7b1962e130e5e /.config/awesome/dpms.sh | |
| parent | dcc9a3729c170673af8e31eab5bfc7c26707607e (diff) | |
refactor: updated awesomewm dpms menus and default dpms configuration
Diffstat (limited to '.config/awesome/dpms.sh')
| -rwxr-xr-x | .config/awesome/dpms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/dpms.sh b/.config/awesome/dpms.sh index 51e732d..a7e82f9 100755 --- a/.config/awesome/dpms.sh +++ b/.config/awesome/dpms.sh @@ -4,7 +4,7 @@ if command -v xset > /dev/null; then # Place all DPMS settings that you want # to run on awesome-wm startup below: - xset +dpms + xset -dpms xset s off else notify-send "Error: DPMS command not found." |
