diff --git a/dot_config/i3/config.tmpl b/dot_config/i3/config.tmpl index db77446..b777cc1 100644 --- a/dot_config/i3/config.tmpl +++ b/dot_config/i3/config.tmpl @@ -52,6 +52,9 @@ set $ws_media "8" set $ws_util "9" set $ws_game "10" +set $ws_browser "21" +set $ws_console "22" +set $ws_emacs "23" {{- if eq .chezmoi.hostname "arch" }} set $DELL "primary" @@ -68,6 +71,9 @@ workspace $ws7 output $DELL workspace $ws8 output $BenQ workspace $ws9 output $BenQ workspace $ws10 output $DELL +workspace $ws_browser output $DELL +workspace $ws_console output $DELL +workspace $ws_emacs output $DELL {{- end }}