1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Fixed lock and start nm-applet & syncthing on startup

This commit is contained in:
Ryan Kes 2019-06-28 12:07:56 +02:00
parent 3c33b3e8b6
commit 7549a48f3b

View File

@ -20,8 +20,8 @@ else
fi
# lock screen after x minutes and on laptop close lid
xautolock -time 10 -locker lock &
xss-lock lock &
xautolock -time 10 -locker ~/.local/bin/lock &
xss-lock -- ~/.local/bin/lock &
xcompmgr &
sxhkd &
@ -38,10 +38,13 @@ amixer -c 2 set Mic nocap
amixer -c 3 set Mic nocap
unclutter &
redshift-gtk &
dunst &
slstatus &
redshift-gtk &
nm-applet &
syncthing-gtk &
exec st -c tmux -e tmux &
exec spotify &