dotwryn/bin/xorg/butterfree/runeundock

11 lines
203 B
Plaintext
Raw Normal View History

2022-05-24 15:31:45 +00:00
#!/bin/zsh
source ${0:a:h}/common
xrandr \
--output eDP1 \
--primary \
--mode 1280x720 \
--rotate normal \
--pos 0x0 \
&& DISCONNECT_OTHER login \
|| NOTIFY "Unable to connect to do the thing :S"