feat(i3): assign kitty and firefox to workspaces and auto-start
parent
ecfba4b276
commit
70a5a3a702
|
@ -32,6 +32,18 @@
|
|||
size = 12.0;
|
||||
};
|
||||
}];
|
||||
|
||||
defaultWorkspace = "workspace number 1";
|
||||
|
||||
startup = [
|
||||
{ command = "${pkgs.kitty}/bin/kitty"; }
|
||||
{ command = "${pkgs.firefox}/bin/firefox"; }
|
||||
];
|
||||
|
||||
assigns = {
|
||||
"1" = [{ class = "^kitty$"; }];
|
||||
"5" = [{ class = "^firefox$"; }];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue