aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xScripts/.local/scripts/act_display2
1 files changed, 1 insertions, 1 deletions
diff --git a/Scripts/.local/scripts/act_display b/Scripts/.local/scripts/act_display
index 69a9c95..758ab8b 100755
--- a/Scripts/.local/scripts/act_display
+++ b/Scripts/.local/scripts/act_display
@@ -1,5 +1,5 @@
#!/usr/bin/env sh
-choice=$(xrandr | grep " connected" | sed "s/ .*//" | dmenu -i -p "Display:")
+choice=$(xrandr | grep " connected" | sed "s/ .*//" | dmenu -i -p "Display ($@):")
[ ! -z $choice ] && xrandr --output $choice $@