diff options
Diffstat (limited to '.local/bin/setbg')
-rwxr-xr-x | .local/bin/setbg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.local/bin/setbg b/.local/bin/setbg index 6608d7a..bfde81e 100755 --- a/.local/bin/setbg +++ b/.local/bin/setbg @@ -7,8 +7,6 @@ displays=$(xrandr | grep " connected" | sed 's/^\([a-Z,0-9,-]*\).*/\1/') -# selected="$(echo "$displays" | dmenu -w "$(xdotool getactivewindow)" -p " Select monitor:")" - # Same as above but use dmenu only if there are multiple displays if [ "$(echo "$displays" | wc -l)" -gt 1 ]; then selected="$(echo "$displays" | dmenu -w "$(xdotool getactivewindow)" -p " Select monitor:")" |