Update multiple configs
This commit is contained in:
parent
d7228bcfb0
commit
377429c2f5
6 changed files with 18 additions and 26 deletions
|
@ -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 &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue