1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 12:01:06 +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.n
scripts.notetags scripts.notetags
scripts.booksplit scripts.booksplit
scripts.mansplain scripts.dmenurandr
scripts.manual-sort scripts.manual-sort
ts ts
scripts.vg scripts.vg

View File

@@ -64,7 +64,7 @@ multimon() {
# If only one output available or chosen. # If only one output available or chosen.
onescreen() { 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 # Get all possible displays