From 704ba13af20dce77b8337f2c82a1c68ab920fb44 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Wed, 10 Oct 2018 20:56:17 -0400 Subject: [PATCH] Android Studio opens on set workspace --- i3/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i3/config b/i3/config index d665118..b0b4566 100644 --- a/i3/config +++ b/i3/config @@ -214,5 +214,7 @@ bindsym $mod+Shift+s exec scrot -b -d 5 '%Y:%m:%d:%H:%M:%S.png' -e 'mv $f ~/Desk # Start up programs for_window [class="Firefox"] move to workspace $ws1 for_window [title="emacs@*"] move to workspace $ws2 +for_window [class="jetbrains-studio"] move to workspace $ws3 +for_window [title="Google Play Music Desktop Player"] move to workspace $ws10 exec --no-startup-id "firefox" \ No newline at end of file