sway: Remove workspace assigns

This commit is contained in:
Erwin Boskma 2024-07-11 16:42:45 +02:00
parent ac3adb81cb
commit 68364d2477
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -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