aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-07-23 20:24:48 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-07-23 20:24:48 +1200
commit76ba550c1748d0d877e380effec4809f261ed621 (patch)
treedf676c6ba67a74f4ec5d3e81d07b69b4bad903aa
parentMore detail for pa() and pan() funcs (diff)
downloaddotfiles-76ba550c1748d0d877e380effec4809f261ed621.tar.gz
dotfiles-76ba550c1748d0d877e380effec4809f261ed621.zip
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"
-rw-r--r--Makefile5
-rw-r--r--X/xinitrc2
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 &