New way of handling screens

Still not handled in workspace affectation though.
This commit is contained in:
Geoffrey Frogeye 2017-07-06 21:53:33 +02:00
parent b3ae2e9a96
commit 694e8bffe3
8 changed files with 93 additions and 91 deletions

10
config/i3/autorandrremovemenu Executable file
View file

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