-
Notifications
You must be signed in to change notification settings - Fork 2
/
.xinitrc
45 lines (30 loc) · 834 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
36
37
38
39
40
41
42
43
44
45
# Source Xprofile
[ -f ~/.xprofile ] && source ~/.xprofile
# Merge Xresources
[ -f "$HOME/.Xresources" ] && xrdb -merge "$HOME/.Xresources"
# Merge Xmodmap
[ -f "$HOME/.Xmodmap" ] && xmodmap "$HOME/.Xmodmap"
# Set monitor layout
[ -f "$HOME/.screenlayout/main.sh" ] && source ~/.screenlayout/main.sh
# Restore PyWal settings
wal -R
# Network Manager Applet
nm-applet &
# Compton for transparency
picom -b &
# Redshift
redshift &
# Unclutter for hiding cursor when idle
unclutter &
# goblocks
goblocks &
# Increase repeat keystroke rate
xset r rate 300 60 &
opensnitch-ui &
# Fix misbehaving Java apps
export _JAVA_AWT_WM_NONREPARENTING=1
sudo mount -t cifs -o credentials=/etc/samba/credentials/share,nodfs,iocharset=utf8,noperm //nas/shigueo /home/shigueo/nas
# Initiate WM
while :; do
ssh-agent dbus-launch dwm
done