From 40bb50d8c5d988bc8e0231969d777ef98a4dfda8 Mon Sep 17 00:00:00 2001 From: Thies Lennart Alff Date: Thu, 3 Nov 2022 07:48:54 +0100 Subject: [PATCH] cleaned up autostart --- i3/config | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/i3/config b/i3/config index e4dd8b9..2da2e18 100644 --- a/i3/config +++ b/i3/config @@ -90,11 +90,10 @@ bindsym $mod+x [urgent=latest] focus # autostart set $messenger_workspace "10" -exec --no-startup-id i3-msg 'exec telegram-desktop; exec slack' -exec --no-startup-id i3-msg 'exec firefox ' +exec --no-startup-id slack +exec --no-startup-id telegram-desktop +exec --no-startup-id firefox assign [class="^TelegramDesktop$"] $messenger_workspace assign [class="^Slack$"] $messenger_workspace assign [class="^firefox$"] "1" -exec --no-startup-id sleep 5 && i3-msg workspace "$messenger_workspace" -exec --no-startup-id layout tabbed -exec --no-startup-id i3-msg 'workspace 1; exec keepassxc' +exec --no-startup-id keepassxc