dotfiles/system/.local/bin/resolution
Severin Kaderli 052fb6bada
Update a bunch of configs
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2019-03-26 20:22:01 +01:00

20 lines
523 B
Bash
Executable file

#!/usr/bin/env bash
#
# SCRIPT NAME:
# resolution
#
# AUTHOR:
# Severin Kaderli <severin@kaderli.dev>
#
# DESCRIPTION:
# This is the script that is used to setup my monitors. This script
# is used by i3.
#
# USAGE:
# ./resolution
xrandr \
--dpi 96 \
--output HDMI1 --mode 1280x1024 --pos 80x56 --rotate normal \
--output HDMI-1-1 --mode 1280x1024 --pos 80x56 --rotate normal \
--output eDP1 --primary --mode 1920x1080 --pos 1360x0 --rotate normal \
--output eDP-1-1 --primary --mode 1920x1080 --pos 1360x0 --rotate normal