From 9eef21d88de100b2ae64b13ac783764cd33c2132 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Mon, 4 Mar 2024 14:17:29 -0500 Subject: [PATCH 1/2] attempt to autostart slack (I hate flatpak) --- autostart.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/autostart.conf b/autostart.conf index 15cfb3e..b15b288 100644 --- a/autostart.conf +++ b/autostart.conf @@ -34,6 +34,7 @@ exec kitty exec 1password workspace $ws2 +exec "flatpak run com.slack.Slack" exec /opt/teams-for-linux/teams-for-linux # Always need firefox, so let's just start it workspace $ws1 From aa644d2d84a37490809d350e949c8306b330ef0f Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Fri, 8 Mar 2024 22:53:05 -0500 Subject: [PATCH 2/2] move phpstorm to ws4 --- conf.d/window_rules.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.d/window_rules.conf b/conf.d/window_rules.conf index 2377811..67c9d9e 100644 --- a/conf.d/window_rules.conf +++ b/conf.d/window_rules.conf @@ -12,6 +12,7 @@ assign [class="teams-for-linux"] workspace number $ws2 assign [class="Microsoft-edge" title="Microsoft Teams.*"] workspace number $ws2 assign [instance="logseq"] workspace number $ws6 assign [class="jetbrains-pycharm"] workspace number $ws4 +assign [class="jetbrains-phpstorm"] workspace number $ws4 assign [class="Slack"] workspace number $ws2 assign [class="thunderbird"] workspace number $ws6 assign [class="Joplin"] workspace number $ws6