1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix: dmenurandr

This commit is contained in:
Kierán Meinhardt
2020-09-10 16:29:14 +02:00
parent 237c733c1d
commit 90fe107176
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@
scripts.n
scripts.notetags
scripts.booksplit
scripts.mansplain
scripts.dmenurandr
scripts.manual-sort
ts
scripts.vg

View File

@@ -64,7 +64,7 @@ multimon() {
# If only one output available or chosen.
onescreen() {
xrandr --output "$1" --auto --scale 1.0x1.0 "$(echo "$allposs" | grep -v "$1" | awk '{print "--output", $1, "--off"}' | paste -sd ' ')"
xrandr --output "$1" --auto --scale 1.0x1.0 $(echo "$allposs" | grep -v "$1" | awk '{print "--output", $1, "--off"}' | paste -sd ' ')
}
# Get all possible displays