20 lines
453 B
Bash
20 lines
453 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Spectrwm autostart script
|
||
|
|
||
|
setxkbmap es intl
|
||
|
setxkbmap -option caps:escape # mapea caps a escape
|
||
|
#setxkbmap -option # restaura o mapeo anterior - recordatorio
|
||
|
|
||
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||
|
nitrogen --restore; sleep 1; compton -b &
|
||
|
nm-applet &
|
||
|
xfce4-power-manager &
|
||
|
pamac-tray &
|
||
|
clipit &
|
||
|
#blueman-applet &
|
||
|
#start_conky_maia &
|
||
|
xautolock -time 10 -locker blurlock &
|
||
|
udiskie --no-automount --tray &
|
||
|
# gajim &
|