aboutsummaryrefslogtreecommitdiffstats
path: root/x
diff options
context:
space:
mode:
authorPeter Son Struschka <me@peter-struschka.com>2020-05-16 23:46:46 +0800
committerPeter Son Struschka <me@peter-struschka.com>2020-05-16 23:50:24 +0800
commit9f7d41ac7c4716e73e3f848ccadb80be483d875b (patch)
treee88bd5e0fdeddb88ba1f46f7ee4eec61c301041e /x
parent31bfa429f186e81c40b0f377ef9b9849ce45b4f9 (diff)
downloaddotfiles-9f7d41ac7c4716e73e3f848ccadb80be483d875b.tar.gz
dotfiles-9f7d41ac7c4716e73e3f848ccadb80be483d875b.tar.bz2
dotfiles-9f7d41ac7c4716e73e3f848ccadb80be483d875b.tar.lz
dotfiles-9f7d41ac7c4716e73e3f848ccadb80be483d875b.tar.xz
dotfiles-9f7d41ac7c4716e73e3f848ccadb80be483d875b.tar.zst
dotfiles-9f7d41ac7c4716e73e3f848ccadb80be483d875b.zip
x: use xwallpaper
Diffstat (limited to 'x')
-rw-r--r--x/.local/share/images/wallpaper.jgpbin0 -> 651668 bytes
-rwxr-xr-xx/.xinitrc8
-rwxr-xr-xx/.xprofile4
3 files changed, 12 insertions, 0 deletions
diff --git a/x/.local/share/images/wallpaper.jgp b/x/.local/share/images/wallpaper.jgp
new file mode 100644
index 0000000..cc1ff0e
--- /dev/null
+++ b/x/.local/share/images/wallpaper.jgp
Binary files differ
diff --git a/x/.xinitrc b/x/.xinitrc
index 8444ae5..b77a2bd 100755
--- a/x/.xinitrc
+++ b/x/.xinitrc
@@ -1,3 +1,11 @@
+#!/bin/sh
+
+[ -f ~/.xprofile ] && . ~/.xprofile
+
+userresources=$HOME/.Xresources
+
+[ -f $userresources ] && xrdb -merge $userresources
+
# set keyboard
setxkbmap -layout us,us -variant ,dvp -option grp:shifts_toggle
diff --git a/x/.xprofile b/x/.xprofile
new file mode 100755
index 0000000..f79cc58
--- /dev/null
+++ b/x/.xprofile
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+xwallpaper --zoom ~/.local/share/images/wallpaper.jpg
+