parent
0f5a13cfbf
commit
39500b82dd
@ -1,10 +1,17 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
dropbox start &
|
#dropbox start &
|
||||||
lxpolkit &
|
lxpolkit &
|
||||||
|
discord &
|
||||||
|
nextcloud &
|
||||||
|
telegram-desktop &
|
||||||
|
|
||||||
#start-pulseaudio-x11 &
|
start-pulseaudio-x11 &
|
||||||
|
pasystray &
|
||||||
gnome-keyring-daemon --start --daemonize --components=pkcs11,secrets,ssh,gpg &
|
gnome-keyring-daemon --start --daemonize --components=pkcs11,secrets,ssh,gpg &
|
||||||
xset r rate 400 30
|
xset r rate 400 30
|
||||||
nm-applet &
|
nm-applet &
|
||||||
|
xautolock -secure -time 15 -locker 'i3lock -b -d' &
|
||||||
sleep 2 && xmodmap ~/.i3/speedswapper &
|
sleep 2 && xmodmap ~/.i3/speedswapper &
|
||||||
|
# disable touchpad
|
||||||
|
xinput set-prop 11 "Device Enabled" 0
|
||||||
|
Loading…
Reference in new issue