sway: Remove workspace assigns
This commit is contained in:
parent
ac3adb81cb
commit
68364d2477
1 changed files with 1 additions and 8 deletions
|
@ -37,6 +37,7 @@ in
|
|||
};
|
||||
startup = mkOption {
|
||||
description = "Commands that should be executed at startup.";
|
||||
default = [ ];
|
||||
type = types.listOf (
|
||||
types.submodule {
|
||||
options = {
|
||||
|
@ -92,14 +93,6 @@ in
|
|||
config = {
|
||||
modifier = mod;
|
||||
|
||||
assigns = {
|
||||
"1" = [ { app_id = "firefox"; } ];
|
||||
"2" = [ { app_id = "foot"; } ];
|
||||
"3" = [
|
||||
{ class = "Code"; }
|
||||
{ app_id = "emacs"; }
|
||||
];
|
||||
};
|
||||
bars = [ ];
|
||||
|
||||
# Dracula theme
|
||||
|
|
Loading…
Reference in a new issue