scripts/tofi/power/↻ Reload Toolbar

7 lines
104 B
Plaintext
Raw Normal View History

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