Files
MyI3Config-fork/scripts/display-tool.sh
2026-02-09 11:42:36 +00:00

9 lines
93 B
Bash
Executable File

#!/bin/bash
if [ -n "$SWAYSOCK" ]; then
# Sway
wdisplays
else
# i3
arandr
fi