home: i3: assign slack to ws10

This commit is contained in:
Antoine Martin 2021-04-20 00:52:36 +02:00
parent 30e7a384d0
commit 28a296435a

View file

@ -127,6 +127,12 @@ in
]; ];
terminal = myTerminal; terminal = myTerminal;
assigns = {
"10" = [
{ class = "Slack"; }
];
};
}; };
}; };
}; };