rofi is bae
This commit is contained in:
parent
6ad14b3231
commit
27a817fff3
10 changed files with 15 additions and 238 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
shopt -s nullglob globstar
|
||||
|
||||
profile=$(echo -e "$(autorandr 2>&1 | cut -d' ' -f1)" | ~/.config/i3/dmenu_cmd -p "Remove profile" "$@")
|
||||
profile=$(echo -e "$(autorandr 2>&1 | cut -d' ' -f1)" | rofi -dmenu -p "Remove profile" "$@")
|
||||
|
||||
[[ -n $profile ]] || exit
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue