3b97eb7761
* Tried changing the wallpaper setter, experimented with nitrogen, but picked habak for now in the end.
17 lines
420 B
Bash
17 lines
420 B
Bash
# -*- mode: shell-script -*-
|
|
|
|
#xmodmap -e "pointer = 3 2 1"
|
|
#exec awesome
|
|
while :; do
|
|
xsetroot -name "`~/.getrootname`"
|
|
sleep 1m
|
|
done &
|
|
#feh --bg-tile ~/Pictures/tile.png
|
|
#nitrogen --restore
|
|
habak -mp 0,0 ~/Pictures/wall/1680x1050 -mp -0,0 ~/Pictures/wall/1280x1024
|
|
emacs --daemon
|
|
#xrandr --output DVI-I-1 --mode 1680x1050 --primary --output VGA-1 --right-of DVI-I-1
|
|
xmodmap -e "pointer = 3 2 1"
|
|
conky
|
|
|
|
exec dwm
|