7 lines
104 B
Plaintext
7 lines
104 B
Plaintext
|
#!/bin/bash
|
||
|
if [ -z ${SWAYSOCK+x} ]; then
|
||
|
i3 reload
|
||
|
else
|
||
|
${HOME}/scripts/sway/displays.pl -w
|
||
|
fi
|