From a40399913bd00e6256f14b2342e090fe943817a2 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 9 May 2020 14:42:18 +0200 Subject: [PATCH] [i3] Remove keybase autostart Keybase should be started as a service (through systemd, or similar service manager). Removed the i3 attempt at autostarting since it took too long to start the bloated gui client anyways. Instead, the autostart should happen on login, starting the keybase service and the keybase filesystem (so that programs relying on it can automatically sync, like gopass) --- i3/.config/i3/scripts/i3-applications-autostart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/i3/.config/i3/scripts/i3-applications-autostart b/i3/.config/i3/scripts/i3-applications-autostart index a1d9f74..2ce3e33 100755 --- a/i3/.config/i3/scripts/i3-applications-autostart +++ b/i3/.config/i3/scripts/i3-applications-autostart @@ -27,10 +27,6 @@ i3-msg "workspace number 10" spotify & wait_for_program -i3-msg "workspace number 9" -keybase & -wait_for_program - i3-msg "workspace number 1" qutebrowser & wait_for_program