1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: there is a reason for one-monitor setup

This commit is contained in:
2024-03-20 08:59:18 +01:00
parent 155cdc68af
commit 51f51a78bd

View File

@@ -90,8 +90,7 @@ writers.writeDashBin "dmenu-randr" ''
# Get user choice including multi-monitor and manual selection:
# reenable if you sometimes want single display
# chosen=$(printf "%s\\nmulti-monitor\\nmanual selection" "$screens" | dmenu -i -p "Select display arangement:") &&
chosen=multi-monitor
chosen=$(printf "%s\\nmulti-monitor\\nmanual selection" "$screens" | dmenu -i -p "Select display arangement:") &&
case "$chosen" in
"manual selection") arandr ; exit ;;