mirror of
https://github.com/kmein/niveum
synced 2026-03-19 11:31:09 +01:00
feat(dmenurandr): make only screen the primary screen
This commit is contained in:
@@ -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 --primary --scale 1.0x1.0 $(echo "$allposs" | grep -v "$1" | awk '{print "--output", $1, "--off"}' | paste -sd ' ')
|
||||||
}
|
}
|
||||||
|
|
||||||
# Get all possible displays
|
# Get all possible displays
|
||||||
|
|||||||
Reference in New Issue
Block a user