scripts/tofi/power/🖵 Toggle Displays

8 lines
155 B
Bash
Executable File

#!/bin/bash
if [ -z ${SWAYSOCK+x} ]; then
# xrandr command here
::
else
distrobox-enter -n debian -- ${HOME}/scripts/sway/toggle_outputs.sh
fi