-
Notifications
You must be signed in to change notification settings - Fork 0
/
autostart
52 lines (40 loc) · 1.29 KB
/
autostart
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
46
47
48
49
50
51
52
#
# These things are run when an Openbox X Session is started.
# You may place a similar script in $HOME/.config/openbox/autostart
# to run user-specific things.
#
# If you want to use GNOME config tools...
#
#if test -x /usr/lib/openbox/gnome-settings-daemon >/dev/null; then
# /usr/lib/openbox/gnome-settings-daemon &
#elif which gnome-settings-daemon >/dev/null 2>&1; then
# gnome-settings-daemon &
#fi
# If you want to use XFCE config tools...
#
#xfce-mcs-manager &
# teclado numérico
numlockx &
# fondo de pantalla
#nitrogen --restore &
#feh --bg-scale ~/Picturz/Wallpapers/by\ ice/devilmaycry-wp-arch.png
feh --bg-scale ~/Picturz/Wallpapers/Archlinux/archlinux_wallpaper_v2_by_tmle.png
# touchpad para desplazamiento horizontal
synclient HorizTwoFingerScroll=1 &
# touchpad dos dedos
synclient TapButton2=3 &
sleep 2s && synclient TapButton1=1 &
# barra de tareas
tint2 &
# icono de volumen para tint2
sleep 5s && volumeicon &
# icono de red
nm-applet &
# compton
# compton -cCGfF -r 9 -o 0.75 -l -14 -t -14 -I 0.028 -O 0.03 -D 3 -i 0.5 &
# compton -r 12.0 -o 0.75 -l -15.0 -t -15.0 -I 0.028 -O 0.03 -D 3 -c -f -C -F -G &
compton --config /home/ice/.config/compton.conf &
# plank
# plank &
# Conky
conky -c /home/ice/Linux/Conky/Harmattan/.harmattan-themes/Numix/God-Mode/normal-mode/.conkyrc &