-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathxinitrc
More file actions
executable file
·44 lines (38 loc) · 755 Bytes
/
xinitrc
File metadata and controls
executable file
·44 lines (38 loc) · 755 Bytes
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
44
# settings
export EDITOR="vim"
export BROWSER="firefox"
export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus
#export LANG=ja_JP.UTF-8
export DISPLAY=:0.0
# fool java
wmname LG3D
start-pulseaudio-x11 &
#xrdb ~/.Xresources
xsetroot -cursor_name left_ptr &
setxkbmap -option compose:ralt &
#feh --bg-center /vault/art/kyoko.png &
# background apps
sleep 10 && batterymon &
#sleep 60 && ibus-daemon --replace --xim -d &
sleep 90 && dropboxd &
thunar --daemon &
#breaks.sh &
#pcmanfm -d &
compton &
nm-applet &
mpd &
mpdas &
batterymon &
# startup apps
#xfce4-terminal -e alsamixer &
# dzen bar
#while true; do
# date
# sleep 1
#done | dzen2 &
# unleash the kraken
#sxhkd &
#exec dbus-launch bspwm
exec dbus-launch awesome