-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.xinitrc
35 lines (24 loc) · 804 Bytes
/
.xinitrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#!/bin/sh
# start some nice programs
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
export TERM="urxvt"
#Set background image
#feh --randomize --no-fehbg --bg-fill $HOME/Pictures/EarthPorn/* --randomize --no-fehbg --bg-fill $HOME/Pictures/EarthPorn/*
#feh --no-fehbg --bg-fill $HOME/Pictures/arch_linux_bg.jpg
#use Xresources
xrdb $HOME/.Xresources
# hide mouse cursor whet it isn't used
unclutter -root -visible &
# pulse audio session
start-pulseaudio-x11
# keyboard layout
setxkbmap de #This can also be done using xmodmap for custom keyboard layout
# disks automounting with system tray icon
udiskie -t &
#start i3 with 25MiB of RAM for debug logs
exec i3 --shmlog-size=2621440 -c $HOME/.config/i3/config