forked from galactic-void/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.xsession
58 lines (45 loc) · 1.18 KB
/
.xsession
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
53
54
55
56
57
58
#!/bin/sh
#
# Arranque de las X
# Tanto para el gestor de sessiones como para startx
#
# Para startx se usa el .xinitrc.
# Carga recursos
[[ -f $HOME/.Xresources ]] && xrdb -merge $HOME/.Xresources
#$HOME/bin/loadresources
# Velocidad y puntero del ratón
xset m 3
# Sonido del pitido
xset b 15 200 150
# Protector de pantalla a 60 minutos
xset s off
xset dpms 3600 3600 3600
# Mis fuentes
xset fp+ $HOME/.fonts/misc
xset fp+ $HOME/.fonts/ohsnap
xset fp+ $HOME/.fonts/terminesspowerline
xset fp+ $HOME/.fonts/tewi
# TTF se cargan automaticamente en .fonts
# Mis teclas
#xmodmap $HOME/.Xmodmap
# Gestor de ficheros
#exec rox -p default &
# Correo
#exec fetchmail &
#exec xmailbox -geometry 16x16+915+9&
# Fondo
[[ -f $HOME/.fehbg ]] && sh $HOME/.fehbg
# Programas para el i3
#exec conky -c ~/.i3/conkyrc &
#exec nm-applet &
# Notificador
# Paquete notification-daemon
# Probar con notify-send (paquete libnotify-bim)
exec /usr/lib/notification-daemon/notification-daemon &
# Remapear los botones del ratón extendido
# Paquete xinput
# "xinput list" -> muestra los dispositivos
# Cambia el Wheel Left (6) por el Middle click (2)
xinput set-button-map 10 1 2 3 4 5 2 7 8 9
# Gestor de ventanas
exec i3