From 484af4392b3f166f18b33edb177052ecbbbd619f Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Tue, 4 Apr 2017 12:53:21 +0200 Subject: [PATCH] Add feh, move scripts --- .fehbg | 2 ++ bin/screenlayout-work-default | 2 ++ bin/update-slim-background.sh => sbin/update-slim-background | 0 3 files changed, 4 insertions(+) create mode 100755 .fehbg create mode 100755 bin/screenlayout-work-default rename bin/update-slim-background.sh => sbin/update-slim-background (100%) diff --git a/.fehbg b/.fehbg new file mode 100755 index 0000000..45dec54 --- /dev/null +++ b/.fehbg @@ -0,0 +1,2 @@ +#!/bin/sh +feh --bg-scale '/home/jpt/Backgrounds/current' diff --git a/bin/screenlayout-work-default b/bin/screenlayout-work-default new file mode 100755 index 0000000..76a34ee --- /dev/null +++ b/bin/screenlayout-work-default @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1920x1080 --pos 3840x0 --rotate normal --output DP1 --off --output HDMI2 --off --output HDMI1 --off --output DP1-3 --off --output DP1-2 --mode 1920x1200 --pos 0x0 --rotate normal --output DP1-1 --mode 1920x1200 --pos 1920x0 --rotate normal diff --git a/bin/update-slim-background.sh b/sbin/update-slim-background similarity index 100% rename from bin/update-slim-background.sh rename to sbin/update-slim-background