21 lines
510 B
Bash
Executable File
21 lines
510 B
Bash
Executable File
#!/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; picom -b &
|
|
nm-applet &
|
|
xfce4-power-manager &
|
|
pamac-tray &
|
|
clipit &
|
|
#blueman-applet &
|
|
#start_conky_maia &
|
|
xautolock -time 10 -locker ~/bin/blurlock &
|
|
udiskie --no-automount --tray &
|
|
# gajim &
|
|
redshift -l 43.0:-7.5 -t 5700:3600 -g 0.8 -m randr &
|