dotfiles/config/i3/autorandrdefaultmenu

11 lines
215 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
shopt -s nullglob globstar
profile=$(echo -e "$(autorandr 2>&1 | cut -d' ' -f1)" | ~/.config/i3/dmenu_cmd -p "Default profile" "$@")
[[ -n $profile ]] || exit
autorandr --default "$profile"