-
Notifications
You must be signed in to change notification settings - Fork 0
/
.xinitrc
43 lines (34 loc) · 1.09 KB
/
.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
36
37
38
39
40
41
42
43
# Start a D-Bus session
source /etc/X11/xinit/xinitrc.d/30-dbus
# notify-send didn't work without this
source /etc/X11/xinit/xinitrc.d/50-systemd-user.sh
xrdb -merge .Xresources
# Farbtemperatur runter:
redshift -O 4000
trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 5 --transparent false --tint 0xff0000 --height 16 &
#setting the background with feh: feh --bg-scale LagunaColorado.jpg
#eval $(cat ~/.fehbg)
#muss aber neu ausgeführt werden, wenn z.B. hdmionly aufgerufen wird :(
xsetroot -cursor_name left_ptr
xcompmgr &
firefox &
urxvt &
fcitx &
#ibus-daemon &
#parcellite &
#skype &
xmodmap ~/.Xmodmap
Start GNOME Keyring
eval $(/usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh)
# chin. Spracheingabe
wmname LG3D
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"
# You probably need to do this too:
export SSH_AUTH_SOCK
export GPG_AGENT_INFO
export GNOME_KEYRING_CONTROL
export GNOME_KEYRING_PID
export PATH=$PATH:/home/rtb/bin:/home/rtb/.cabal/bin:/home/rtb/.gem/ruby/2.0.0/bin
exec xmonad