Revert "Update hyprland autostart options"
This reverts commit d04089f74e
.
This commit is contained in:
@ -53,28 +53,16 @@ with mylib.modules; {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
autostart = {
|
autostart = mkOption {
|
||||||
immediate = mkOption {
|
|
||||||
type = types.listOf types.str;
|
type = types.listOf types.str;
|
||||||
description = "Programs to launch when Hyprland starts";
|
description = "Programs to launch when Hyprland starts";
|
||||||
example = ''
|
|
||||||
[
|
|
||||||
"kitty"
|
|
||||||
]
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
delayed = mkOption {
|
|
||||||
type = types.listOf types.str;
|
|
||||||
description = "Programs to launch with a slight delay when Hyprland starts (e.g. because they need waybar to display tray indicators)";
|
|
||||||
example = ''
|
example = ''
|
||||||
[
|
[
|
||||||
"keepassxc"
|
"keepassxc"
|
||||||
"nextcloud --background"
|
"nextcloud --background"
|
||||||
];
|
]
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
workspacerules = mkOption {
|
workspacerules = mkOption {
|
||||||
type = types.attrs;
|
type = types.attrs;
|
||||||
|
Reference in New Issue
Block a user