scripts/tofi/power/↻ Reload Desktop

10 lines
196 B
Plaintext
Raw Normal View History

#!/bin/bash
if [ -z ${SWAYSOCK+x} ]; then
i3 reload
else
swaymsg reload
source ${HOME}/.dotfile/bash/bashrc
cd ${HOME}/scripts/sway
perl -Ilocal/lib/perl5/5.38.2 display.pl
fi