16 lines
251 B
Bash
Executable file
16 lines
251 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
|
|
|
|
autorandr --change
|