mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-28 11:43:51 -08:00
feat: autolaunch waypaper
This commit is contained in:
parent
eb5eaad474
commit
740e3df15e
1 changed files with 1 additions and 0 deletions
1
home.nix
1
home.nix
|
@ -143,6 +143,7 @@
|
||||||
exec-once =
|
exec-once =
|
||||||
[
|
[
|
||||||
"waybar"
|
"waybar"
|
||||||
|
"waypaper --restore"
|
||||||
];
|
];
|
||||||
"$mod" = "SUPER";
|
"$mod" = "SUPER";
|
||||||
"$Left" = "Y";
|
"$Left" = "Y";
|
||||||
|
|
Loading…
Reference in a new issue