mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +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;
|
||||
focus.wrapping = "yes";
|
||||
|
||||
startup = [ ] ++ lib.optionals config.mods.social.enable [{
|
||||
command = "exec vesktop";
|
||||
}];
|
||||
# startup = [ ] ++ lib.optionals config.mods.social.enable [{
|
||||
# command = "exec vesktop";
|
||||
# }];
|
||||
|
||||
assigns = {
|
||||
"2" = [{ class = "^electron$"; }];
|
||||
"2" = [{ class = "Vesktop"; }];
|
||||
"3" = [{ class = "^Steam$"; }];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue