diff options
Diffstat (limited to 'scripts/xrandrdmenu')
| -rwxr-xr-x | scripts/xrandrdmenu | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/xrandrdmenu b/scripts/xrandrdmenu new file mode 100755 index 0000000..f6a918e --- /dev/null +++ b/scripts/xrandrdmenu @@ -0,0 +1,4 @@ +#!/bin/sh + +OUTPUT=$(xrandr | grep " connected " | awk '{ print$1 }' | dmenu) +CHOICE=$(echo "Change resolution\nCh |