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