mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
fix: correctly autostart kitty
This commit is contained in:
parent
68903bee2b
commit
572ae053ab
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"${pkgs.waypaper}/bin/waypaper --restore"
|
"${pkgs.waypaper}/bin/waypaper --restore"
|
||||||
"[workspace silent 2]${pkgs.kitty}/bin/kitty"
|
"[workspace 2 silent] ${pkgs.kitty}/bin/kitty"
|
||||||
];
|
];
|
||||||
"$mod" = "SUPER";
|
"$mod" = "SUPER";
|
||||||
"$Left" = "H";
|
"$Left" = "H";
|
||||||
|
|
Loading…
Reference in a new issue