diff options
Diffstat (limited to 'x')
| -rw-r--r-- | x/.local/share/images/wallpaper.jgp | bin | 0 -> 651668 bytes | |||
| -rwxr-xr-x | x/.xinitrc | 8 | ||||
| -rwxr-xr-x | x/.xprofile | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/x/.local/share/images/wallpaper.jgp b/x/.local/share/images/wallpaper.jgp Binary files differnew file mode 100644 index 0000000..cc1ff0e --- /dev/null +++ b/x/.local/share/images/wallpaper.jgp @@ -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 + |
