Fix alacritty-dracula theme and add shellcheckrc
This commit is contained in:
parent
9e6cca922f
commit
d0c863c3f3
4 changed files with 58 additions and 37 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
. "$HOME/.config/environment"
|
||||
|
||||
numlockx on
|
||||
|
@ -17,9 +19,7 @@ _autostart()
|
|||
(pass notes/keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx) &
|
||||
pass x && sleep 5
|
||||
|
||||
systemctl --user start autostart.target
|
||||
autostart-manage start
|
||||
}
|
||||
|
||||
_autostart &
|
||||
|
||||
# vim: ft=sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue