2022-08-06 00:56:45 +02:00
|
|
|
#!/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 &
|
2022-08-06 09:18:46 +02:00
|
|
|
nitrogen --restore; sleep 1; picom -b &
|
2022-08-06 00:56:45 +02:00
|
|
|
nm-applet &
|
|
|
|
xfce4-power-manager &
|
|
|
|
pamac-tray &
|
|
|
|
clipit &
|
|
|
|
#blueman-applet &
|
|
|
|
#start_conky_maia &
|
2022-08-26 10:49:18 +02:00
|
|
|
xautolock -time 10 -locker ~/bin/blurlock &
|
2022-08-06 00:56:45 +02:00
|
|
|
udiskie --no-automount --tray &
|
|
|
|
# gajim &
|