Update multiple configs

This commit is contained in:
Tobias Reisinger 2022-01-10 14:25:26 +01:00
parent d7228bcfb0
commit 377429c2f5
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 18 additions and 26 deletions

View file

@ -1,6 +1,5 @@
. $HOME/.config/environment
xcompmgr -cnfFn -D3 &
numlockx on
setxkbmap de
@ -52,8 +51,6 @@ _autostart_apps()
parcellite &
solaar --window hide &
sxhkd &
conky --daemonize --config="$HOME/.config/conky/clock.conf"
conky --daemonize --config="$HOME/.config/conky/system.conf"
conky --daemonize --config="$HOME/.config/conky/archlinux-updates.conf"
@ -75,8 +72,6 @@ _autostart_apps()
qutebrowser &
mopidy &
(pass notes/keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx) &
}
_autostart()
@ -87,6 +82,9 @@ _autostart()
### wait for internet
wait_for_service "network-online.target"
pass x
(pass notes/keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx) &
_autostart_apps &
_autostart_workspace_voip &
_autostart_workspace_messenger &