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