diff --git a/dot_config/i3/config.tmpl b/dot_config/i3/config.tmpl index cbdbe7d..9635d19 100644 --- a/dot_config/i3/config.tmpl +++ b/dot_config/i3/config.tmpl @@ -240,8 +240,8 @@ bindsym $m+$a+slash exec --no-startup-id nowplaying ##################################### # Browser -bindsym $m+m exec --no-startup-id open-librewolf -bindsym $m+$s+m exec --no-startup-id open-librewolf-private +bindsym $m+m exec --no-startup-id open-zen +bindsym $m+$s+m exec --no-startup-id open-zen-private bindsym $m+n exec --no-startup-id toggl # Emacs @@ -350,6 +350,7 @@ for_window [class="org.remmina.Remmina"] floating enable, resize set 1200 900, m for_window [class="Brave"] layout tabbed for_window [class="Firefox"] layout tabbed for_window [class="Navigator|librewolf|LibreWolf"] layout tabbed +for_window [class="Navigator|zen"] layout tabbed for_window [class="Chromium"] layout tabbed @@ -373,6 +374,7 @@ for_window [class="(a|A)udacity"] floating enable, resize set 1200 600, move pos ### Tips: Run `xprop` (command line tool) to retrieve class, instance and title. # Browser assign [class="(Navigator|librewolf)"] $ws_browser +assign [class="(Navigator|zen)"] $ws_browser assign [class="firefox-developer-edition"] $ws_browser assign [class="Brave"] $ws_browser assign [instance="track.toggl.com__timer"] $ws_util