diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/openbox/xscreensaver-watch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/openbox/xscreensaver-watch b/config/openbox/xscreensaver-watch new file mode 100644 index 0000000..a373c18 --- /dev/null +++ b/config/openbox/xscreensaver-watch @@ -0,0 +1,10 @@ +#!/bin/sh + +xscreensaver-command -watch | while read evt rest; do + case "$evt" in + UNBLANK) + sleep 1 + xrandr --output DP-2 --mode 2560x1440 --rate 240 + ;; + esac +done & |
