i3: add three new workspace for browser, console, and emacs

This commit is contained in:
inkch 2025-01-14 14:17:22 +09:00
parent 8fee57b18e
commit d2e4e67de8

@ -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 }}