Switch to alacritty + minor cleanup

This commit is contained in:
2020-01-11 19:44:02 +01:00
parent 43ef0262ee
commit 6df75b18f2
9 changed files with 549 additions and 1756 deletions

View File

@@ -17,32 +17,22 @@ set b off &
(sleep 4; redshift) &
## Bar with invisible tray
(sleep 2; stalonetray --dockapp-mode simple --kludges force_icons_size -i 15) &
(sleep 3; polybar main) &
## KeepassXC
(sleep 2; bash -c "secret-tool lookup 'keepass' 'login' | keepassxc --pw-stdin ~/Sync/Security/MDP.kbdx") &
## GPG
(sleep 3; bash -c "secret-tool lookup 'gpg' 'login' | gpg2 --no-tty --pinentry-mode loopback --passphrase-fd 0 -d ~/.password-store/mail/uni.gpg") &
## SSH agent
(sleep 5; ssh-agent fish) &
## Emacs daemon
#(sleep 6; emacs --daemon=instance1) &
## Vim plugin update
(sleep 6; vim +PlugUpgrade +PlugUpdate +qa) &
(sleep 5; vim +PlugUpgrade +PlugUpdate +qa) &
## Display daemon
(sleep 7; mons -a) &
(sleep 6; mons -a) &
## Clipboard manager
(sleep 8; parcellite) &
(sleep 7; parcellite) &
## Tmuxp
(sleep 9; tmuxp load ~/.tmuxp/local.yaml) &
(sleep 8; tmuxp load ~/.tmuxp/local.yaml) &
## Syncthing
(sleep 10; syncthing -no-browser -home="$HOME/.config/syncthing")

View File

@@ -1,4 +0,0 @@
## GNOME Keyring
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets)
export GPG_TTY=$(tty)
gpg-connect-agent updatestartuptty /bye >/dev/null

View File

@@ -315,7 +315,7 @@
</keybind>
<keybind key="W-Return">
<action name="Execute">
<command>kitty</command>
<command>alacritty</command>
</action>
</keybind>
<keybind key="W-w">

View File

@@ -1,2 +0,0 @@
SSH_AGENT_PID DEFAULT=
SSH_AUTH_SOCK DEFAULT="${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh"