scripts/tofi/power/↻ Reload Desktop

8 lines
149 B
Plaintext
Raw Normal View History

#!/bin/bash
if [ -z ${SWAYSOCK+x} ]; then
i3 reload
else
swaymsg reload
2024-01-22 02:43:25 +00:00
distrobox-enter -n debian -- ${HOME}/scripts/sway/displays.pl
fi