mirror of
https://github.com/vale981/spectrwm
synced 2025-03-04 09:21:39 -05:00
6 lines
118 B
Bash
6 lines
118 B
Bash
#!/bin/sh
|
|
#
|
|
# Example xrandr multiscreen init
|
|
|
|
xrandr --output LVDS --auto
|
|
xrandr --output VGA --auto --right-of LVDS
|