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:
@@ -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 ;;
|
||||
|
||||
Reference in New Issue
Block a user