You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
336 B
20 lines
336 B
#!/bin/bash
|
|
|
|
nm-applet --sm-disable &
|
|
dropbox start &
|
|
owncloud&
|
|
lxpolkit &
|
|
|
|
pidof pa-applet
|
|
if [ $? -eq 1 ] ; then
|
|
pa-applet &
|
|
fi
|
|
|
|
start-pulseaudio-x11 &
|
|
pamac-tray &
|
|
xfce4-clipman &
|
|
gnome-keyring-daemon --start --daemonize --components=pkcs11,secrets,ssh,gpg &
|
|
xset r rate 400 30
|
|
rofi -quiet &
|
|
sleep 2 && xmodmap ~/.i3/speedswapper &
|