diff options
| author | stkhan <personal@slickd.xyz> | 2022-03-18 08:09:07 -0800 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-03-18 08:09:07 -0800 |
| commit | e20a439f0de08052fad50669fd005dee14d40cae (patch) | |
| tree | 8ffed60a1dce40ae64fd8f336a4d1b5d103683f1 /scripts/xrandrdmenu | |
| parent | a33351c3345f7b8657e6415878a73b5fedb09d72 (diff) | |
Update dwm, added farbfeld, sent, and wmname plus more
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 |