mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix: dmenurandr
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
scripts.n
|
||||
scripts.notetags
|
||||
scripts.booksplit
|
||||
scripts.mansplain
|
||||
scripts.dmenurandr
|
||||
scripts.manual-sort
|
||||
ts
|
||||
scripts.vg
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user