add mail to workspaces

This commit is contained in:
Tim Gröger 2023-05-23 09:51:07 +02:00
parent 8499250eb6
commit 1c2a754b3f
2 changed files with 9 additions and 5 deletions

View File

@ -32,3 +32,6 @@ assign [app_id="Alacritty"] 1
assign [class="Google-chrome"] 2
assign [class="jetbrains-studio"] 3
assign [app_id="org.gnome.Nautilus"] 4
assign [instance="Mail"] 6
# ext: set ft=swayconfig

View File

@ -102,15 +102,16 @@
"format": "{icon} {name}",
"format-icons": {
"1": "",
"1:www": "龜", // Icon: firefox-browser
//"1:www": "龜", // Icon: firefox-browser
"2": "",
"2:mail": "", // Icon: mail
//"2:mail": "", // Icon: mail
"3": "",
"3:editor": "", // Icon: code
//"3:editor": "", // Icon: code
"4": "",
"4:terminals": "", // Icon: terminal
//"4:terminals": "", // Icon: terminal
"5": "",
"5:portal": "", // Icon: terminal
//"5:portal": "", // Icon: terminal
"6": "",
"urgent": "",
"focused": "",
"default": "",