Comment the scripts in system/bin
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
09d9f2c1c8
commit
e405bbcd89
7 changed files with 94 additions and 21 deletions
|
@ -1,4 +1,16 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#
|
||||
# SCRIPT NAME:
|
||||
# resolution.sh
|
||||
#
|
||||
# AUTHOR:
|
||||
# Severin Kaderli <severin.kaderli@gmail.com>
|
||||
#
|
||||
# DESCRIPTION:
|
||||
# This is the script that is used to setup my monitors. This script
|
||||
# is used by i3 and lightdm.
|
||||
#
|
||||
# USAGE:
|
||||
# ./resolution.sh
|
||||
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
||||
#xrandr --auto
|
||||
xrandr --output HDMI3 --off --output HDMI2 --off --output HDMI1 --mode 1280x1024 --pos 80x56 --rotate normal --output eDP1 --primary --mode 1920x1080 --pos 1360x0 --rotate normal --output DP3 --off --output DP2 --off --output DP1 --off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue