|
@@ -1,7 +1,11 @@
|
|
|
-#!/bin/bash
|
|
|
+#!/bin/sh
|
|
|
|
|
|
-CHOICE=$(echo -e "left-of\nbelow" | dmenu)
|
|
|
+CHOICE=$(dmenu -i -b << EOF
|
|
|
+left-of
|
|
|
+below
|
|
|
+EOF
|
|
|
+)
|
|
|
|
|
|
-xrandr --output HDMI-0 --auto --$CHOICE DP-2
|
|
|
+xrandr --output HDMI-0 --auto --"$CHOICE" DP-2
|
|
|
|
|
|
~/.scripts/set_background.sh
|