-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.xprofile
42 lines (41 loc) · 1.17 KB
/
.xprofile
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
script=$HOME/.config/i3/script
xmodmap=$HOME/.config/i3/xmodmap
polybar_enable=0
temp_file=/tmp/autostart.log
dwmstatus=$HOME/.config/dwm/status/dwmstatus
# always mute microphone at startup
nohup amixer sset Capture nocap > $temp_file &
# compositor
picom --experimental-backend -b --config $HOME/.config/picom/picom.conf
# input method framework for pinin
ibus-daemon -drx
# you know
nohup qv2ray >> $temp_file &
# network managerment
nohup nm-applet >> $temp_file &
# power managerment
nohup xfce4-power-manager >> $temp_file &
# bluetooth managerment
nohup blueman-applet >> $temp_file &
# keycode custom
setxkbmap -option ctrl:nocaps
# nohup xmodmap $xmodmap/.Xmodmap >> $temp_file &
xcape -e 'Control_L=Escape'
# Translation app
nohup crow >> $temp_file &
# clipboard managerment
nohup clipmenud >> $temp_file &
# mpd
nohup mpd >> $temp_file &
# udisks monitor
nohup udiskie --tray >> $temp_file &
# dwm status
nohup $dwmstatus >> $temp_file &
# autokey
# nohup autokey-qt >> $temp_file &
# conky
# nohup conky -c $HOME/.config/conky/conky.conf >> $temp_file &
# status bar
nohup $script/polybar-multscreen.sh $polybar_enable >> $temp_file &
# key repeat delay and rete
xset r rate 350 18