scripts/tofi/power/↻ Reload Toolbar

7 lines
112 B
Plaintext
Raw Normal View History

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