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 {
|
startup = mkOption {
|
||||||
description = "Commands that should be executed at startup.";
|
description = "Commands that should be executed at startup.";
|
||||||
|
default = [ ];
|
||||||
type = types.listOf (
|
type = types.listOf (
|
||||||
types.submodule {
|
types.submodule {
|
||||||
options = {
|
options = {
|
||||||
|
@ -92,14 +93,6 @@ in
|
||||||
config = {
|
config = {
|
||||||
modifier = mod;
|
modifier = mod;
|
||||||
|
|
||||||
assigns = {
|
|
||||||
"1" = [ { app_id = "firefox"; } ];
|
|
||||||
"2" = [ { app_id = "foot"; } ];
|
|
||||||
"3" = [
|
|
||||||
{ class = "Code"; }
|
|
||||||
{ app_id = "emacs"; }
|
|
||||||
];
|
|
||||||
};
|
|
||||||
bars = [ ];
|
bars = [ ];
|
||||||
|
|
||||||
# Dracula theme
|
# Dracula theme
|
||||||
|
|
Loading…
Reference in a new issue