From 5797899e8fb8507bbd06f9fe9969ded88a36cf09 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Wed, 24 Jul 2019 17:52:50 +0200 Subject: [PATCH] update screen config --- .screenlayout/000-internal-only.sh | 1 - .screenlayout/docked.sh | 20 -------------------- 2 files changed, 21 deletions(-) delete mode 100755 .screenlayout/docked.sh diff --git a/.screenlayout/000-internal-only.sh b/.screenlayout/000-internal-only.sh index 367ced6..436ed19 100755 --- a/.screenlayout/000-internal-only.sh +++ b/.screenlayout/000-internal-only.sh @@ -5,4 +5,3 @@ xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1920x1080 --pos 0x ~/.fehbg sudo rfkill unblock wifi -systemctl --user start redshift,service diff --git a/.screenlayout/docked.sh b/.screenlayout/docked.sh deleted file mode 100755 index 1b51719..0000000 --- a/.screenlayout/docked.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -xrandr --output DP2-2 --primary --mode 1920x1080 --pos 0x0 --rotate normal -xrandr --output DP2-1 --mode 1920x1080 --pos 1920x0 --rotate normal -xrandr --output eDP1 --off - - -#xrandr --output DP2-3 --mode 1280x1024 --pos 0x0 --rotate normal -#sleep 2 -#xrandr --output DP2-2 --primary --mode 1920x1080 --pos 1280x0 --rotate normal -#sleep 2 -#xrandr --output eDP1 --off -#xrandr --output DP2-1 --mode 1920x1080 --pos 3200x0 --rotate normal - -xset s off - -~/.fehbg - -sudo rfkill block wifi -systemctl --user stop redshift.service