mirror of
https://github.com/vale981/spectrwm
synced 2025-03-06 10:11:43 -05:00
7 lines
130 B
Bash
7 lines
130 B
Bash
#!/bin/sh
|
|
# $scrotwm$
|
|
#
|
|
# Example xrandr multiscreen init
|
|
|
|
xrandr --output LVDS --auto
|
|
xrandr --output VGA --auto --right-of LVDS
|