8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
|
#!/bin/sh
|
||
|
export DISPLAY=:0
|
||
|
export HOME=/home/sdk
|
||
|
/usr/local/bin/autorandr -c
|
||
|
|
||
|
/usr/bin/pgrep -q herbstluftwm \
|
||
|
&& doas -u sdk /usr/local/bin/herbstclient detect_monitors
|