i3: add three new workspace for browser, console, and emacs
This commit is contained in:
parent
8fee57b18e
commit
d2e4e67de8
@ -52,6 +52,9 @@ set $ws_media "8"
|
|||||||
set $ws_util "9"
|
set $ws_util "9"
|
||||||
set $ws_game "10"
|
set $ws_game "10"
|
||||||
|
|
||||||
|
set $ws_browser "21"
|
||||||
|
set $ws_console "22"
|
||||||
|
set $ws_emacs "23"
|
||||||
|
|
||||||
{{- if eq .chezmoi.hostname "arch" }}
|
{{- if eq .chezmoi.hostname "arch" }}
|
||||||
set $DELL "primary"
|
set $DELL "primary"
|
||||||
@ -68,6 +71,9 @@ workspace $ws7 output $DELL
|
|||||||
workspace $ws8 output $BenQ
|
workspace $ws8 output $BenQ
|
||||||
workspace $ws9 output $BenQ
|
workspace $ws9 output $BenQ
|
||||||
workspace $ws10 output $DELL
|
workspace $ws10 output $DELL
|
||||||
|
workspace $ws_browser output $DELL
|
||||||
|
workspace $ws_console output $DELL
|
||||||
|
workspace $ws_emacs output $DELL
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user