mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Remove autostart
This commit is contained in:
parent
cd77c80de2
commit
be5c4e0dc4
1 changed files with 4 additions and 4 deletions
|
|
@ -54,12 +54,12 @@
|
||||||
workspaceAutoBackAndForth = true;
|
workspaceAutoBackAndForth = true;
|
||||||
focus.wrapping = "yes";
|
focus.wrapping = "yes";
|
||||||
|
|
||||||
startup = [ ] ++ lib.optionals config.mods.social.enable [{
|
# startup = [ ] ++ lib.optionals config.mods.social.enable [{
|
||||||
command = "exec vesktop";
|
# command = "exec vesktop";
|
||||||
}];
|
# }];
|
||||||
|
|
||||||
assigns = {
|
assigns = {
|
||||||
"2" = [{ class = "^electron$"; }];
|
"2" = [{ class = "Vesktop"; }];
|
||||||
"3" = [{ class = "^Steam$"; }];
|
"3" = [{ class = "^Steam$"; }];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue