More modifications

This commit is contained in:
Geoffrey Frogeye 2020-01-06 16:23:50 +01:00
parent 73cbcbb3f5
commit 2b2680069f
8 changed files with 13 additions and 12 deletions

View file

@ -2,7 +2,7 @@
shopt -s nullglob globstar
profile=$(echo -e "common\nhorizontal\nvertical\n$(autorandr 2>&1 | cut -d' ' -f1)" | rofi -dmenu -p "Load profile" "$@")
profile=$(echo -e "common\nclone-largest\nhorizontal\nvertical\n$(autorandr 2>&1 | cut -d' ' -f1)" | rofi -dmenu -p "Load profile" "$@")
[[ -n $profile ]] || exit