idk, something has changed
This commit is contained in:
parent
ffe452fe24
commit
ed190866f5
28 changed files with 94 additions and 2179 deletions
|
|
@ -19,7 +19,7 @@ remove() {
|
|||
}
|
||||
|
||||
create_or_remove() {
|
||||
if [ ! -z "$(xrandr | grep ${RES} | grep '*')" ]; then
|
||||
if xrandr --listactivemonitors | grep -q "${OUTPUT}"; then
|
||||
remove
|
||||
else
|
||||
create
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue