mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-14 17:52:10 -04:00
Add clipboard history command to niri spawn-at-startup options (#545)
This commit is contained in:
@@ -90,8 +90,14 @@ in {
|
|||||||
})
|
})
|
||||||
|
|
||||||
(lib.mkIf cfg.niri.enableSpawn {
|
(lib.mkIf cfg.niri.enableSpawn {
|
||||||
spawn-at-startup = [
|
spawn-at-startup =
|
||||||
|
[
|
||||||
{command = ["dms" "run"];}
|
{command = ["dms" "run"];}
|
||||||
|
]
|
||||||
|
++ lib.optionals cfg.enableClipboard [
|
||||||
|
{
|
||||||
|
command = ["wl-paste" "--watch" "cliphist" "store"];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user