Move all communication to single i3 workspace

As I no longer have so many chat instances, just two (hopefully one in
the future).
That's why I can move email and chat into one workspace.
This commit is contained in:
Daniel Siepmann 2022-08-30 12:31:47 +02:00
parent ff2fc14243
commit 907d321ba7
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -109,7 +109,6 @@ in {
extraConfig = '' extraConfig = ''
separator_symbol " " separator_symbol " "
''; '';
}]; }];
window = { window = {
@ -155,13 +154,12 @@ in {
{ window_role = "^browser$"; } { window_role = "^browser$"; }
]; ];
"3:💬" = [ "3:💬" = [
{ class = "^Pidgin$"; }
{ class = "^thunderbird$"; }
{ class = "^chat$"; } { class = "^chat$"; }
{ class = "^Signal$"; } { class = "^mail$"; }
{ class = "^phone$"; } { class = "^phone$"; }
]; ];
"4:" = [
{ class = "^Thunderbird$"; }
];
"5:🎵" = [ "5:🎵" = [
# TODO: Assign cmus, but it is opened within terminal # TODO: Assign cmus, but it is opened within terminal
# i3-dmenu-desktop does not allow to pass the wm class for the terminal, should I wrap the .desktop call or cmus binary? # i3-dmenu-desktop does not allow to pass the wm class for the terminal, should I wrap the .desktop call or cmus binary?
@ -246,7 +244,7 @@ in {
"${modifier}+1" = "workspace 1"; "${modifier}+1" = "workspace 1";
"${modifier}+2" = "workspace 2:💶"; "${modifier}+2" = "workspace 2:💶";
"${modifier}+3" = "workspace 3:💬"; "${modifier}+3" = "workspace 3:💬";
"${modifier}+4" = "workspace 4:"; "${modifier}+4" = "workspace 4";
"${modifier}+5" = "workspace 5:🎵"; "${modifier}+5" = "workspace 5:🎵";
"${modifier}+6" = "workspace 6:T3"; "${modifier}+6" = "workspace 6:T3";
"${modifier}+7" = "workspace 7"; "${modifier}+7" = "workspace 7";
@ -258,7 +256,7 @@ in {
"${modifier}+Shift+1" = "move container to workspace 1"; "${modifier}+Shift+1" = "move container to workspace 1";
"${modifier}+Shift+2" = "move container to workspace 2:💶"; "${modifier}+Shift+2" = "move container to workspace 2:💶";
"${modifier}+Shift+3" = "move container to workspace 3:💬"; "${modifier}+Shift+3" = "move container to workspace 3:💬";
"${modifier}+Shift+4" = "move container to workspace 4:"; "${modifier}+Shift+4" = "move container to workspace 4";
"${modifier}+Shift+5" = "move container to workspace 5:🎵"; "${modifier}+Shift+5" = "move container to workspace 5:🎵";
"${modifier}+Shift+6" = "move container to workspace 6:T3"; "${modifier}+Shift+6" = "move container to workspace 6:T3";
"${modifier}+Shift+7" = "move container to workspace 7"; "${modifier}+Shift+7" = "move container to workspace 7";