scripts/tofi/power/↻ Reload Desktop

8 lines
127 B
Plaintext
Raw Normal View History

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