dotfiles/config/i3/autorandrsavemenu
Geoffrey Frogeye 694e8bffe3 New way of handling screens
Still not handled in workspace affectation though.
2017-07-06 21:53:33 +02:00

11 lines
209 B
Bash
Executable file

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