bsdconf/xrandr
2024-09-15 08:06:17 +03:00
..
config.sh implement xrandr script framework 2024-09-15 07:36:08 +03:00
default.sh implement xrandr script framework 2024-09-15 07:36:08 +03:00
enum-res.sh implement xrandr script framework 2024-09-15 07:36:08 +03:00
extend-right.sh implement xrandr script framework 2024-09-15 07:36:08 +03:00
libreoffice-impress.txt add notes for libreoffice impress 2024-09-15 08:06:17 +03:00
max-res.sh implement xrandr script framework 2024-09-15 07:36:08 +03:00
README.md implement xrandr script framework 2024-09-15 07:36:08 +03:00
same-res.sh implement xrandr script framework 2024-09-15 07:36:08 +03:00
unify.sh implement xrandr script framework 2024-09-15 07:36:08 +03:00
vga-or-hdmi.sh implement xrandr script framework 2024-09-15 07:36:08 +03:00

xrandr

framework of bash scripts to implement KDE's display configurator.

config

config.sh - set here your primary output and default resoluton

commands

default.sh - turn off external outputs and revert back to default resolution

extend-right.sh - create "right" monitor with its maximum resolution available

unify.sh - set both primary and external (secondary) outputs to same resolution, and output contents from primary to secondary (xrandr's --same-as option)

utils

vga-or-hdmi.sh - will output VGA or HDMI output that is available.

max-res.sh - determine biggest resolution available given by output name

same-res.sh - find equal resolution of two outputs