From 76ba550c1748d0d877e380effec4809f261ed621 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 23 Jul 2015 20:24:48 +1200 Subject: New background, move backgrounds to dir Also put them in the install-x target, they're not specific to i3 The image is a crop of Sacramentum's album "Far Away From the Sun" --- Makefile | 5 ++++- X/xinitrc | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9415d329..63c46f45 100644 --- a/Makefile +++ b/Makefile @@ -206,8 +206,11 @@ install-wyrd : install -m 0644 -- wyrd/wyrdrc "$(HOME)"/.wyrdrc install-x : - install -m 0755 -d -- "$(HOME)"/.config + install -m 0755 -d -- \ + "$(HOME)"/.config \ + "$(HOME)"/.xbackgrounds install -m 0644 -- X/redshift.conf "$(HOME)"/.config/redshift.conf + install -m 0644 -- X/backgrounds/* "$(HOME)"/.xbackgrounds install -m 0644 -- X/Xresources "$(HOME)"/.Xresources install -m 0644 -- X/xbindkeysrc "$(HOME)"/.xbindkeysrc install -m 0644 -- X/xinitrc "$(HOME)"/.xinitrc diff --git a/X/xinitrc b/X/xinitrc index ee191fe4..a5cda635 100644 --- a/X/xinitrc +++ b/X/xinitrc @@ -5,7 +5,7 @@ xrdb "$HOME"/.Xresources setxkbmap -option ctrl:nocaps # Apply background image -feh --bg-scale --no-fehbg -- "$HOME"/.i3/draugen.jpg +feh --bg-scale --no-fehbg -- "$HOME"/.xbackgrounds/castle.jpg # Start redshift(1) redshift & -- cgit v1.2.3