More modifications
This commit is contained in:
parent
73cbcbb3f5
commit
2b2680069f
8 changed files with 13 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue