logo

dotfiles

My dotfiles, one branch per machine
commit: 88ebd883e21620b8635193127b1ea8ebbf87e804
parent: f7cbb3abf2333528ce13d638e152ad7bb5e649f2
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  1 Jan 2019 05:19:37 +0100

.screenlayout: Add

Diffstat:

A.screenlayout/default.sh7+++++++
A.screenlayout/dup.sh2++
A.screenlayout/meh.sh2++
3 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/.screenlayout/default.sh b/.screenlayout/default.sh @@ -0,0 +1,7 @@ +#!/bin/sh +# Fake xrandr call to reset the default +xrandr --output DVI-D-1 --auto --pos 0x0 + +xrandr \ + --output DVI-D-0 --auto --rotate normal --pos 0x0 --primary \ + --output DVI-D-1 --auto --rotate normal --right-of DVI-D-0 diff --git a/.screenlayout/dup.sh b/.screenlayout/dup.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output VGA-0 --off --output DVI-D-0 --mode 1920x1080 --pos 0x0 --rotate normal --output DVI-D-1 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal diff --git a/.screenlayout/meh.sh b/.screenlayout/meh.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output VGA-0 --off --output DVI-D-0 --mode 1920x1080 --pos 0x0 --rotate normal --output DVI-D-1 --off --output HDMI-0 --mode 1920x1080 --pos 1920x0 --rotate normal