mirror of
https://github.com/nmasur/dotfiles
synced 2026-08-15 16:48:35 +00:00
add noti to gh runs for zellij
This commit is contained in:
@@ -208,11 +208,13 @@ in
|
|||||||
};
|
};
|
||||||
"bind \"Alt Shift w\"" = {
|
"bind \"Alt Shift w\"" = {
|
||||||
Run = {
|
Run = {
|
||||||
_args = [
|
_args =
|
||||||
(lib.getExe pkgs.gh)
|
(if config.nmasur.presets.programs.noti.enable then [ (lib.getExe pkgs.noti) ] else [ ])
|
||||||
"run"
|
++ [
|
||||||
"watch"
|
(lib.getExe pkgs.gh)
|
||||||
];
|
"run"
|
||||||
|
"watch"
|
||||||
|
];
|
||||||
# direction = "Right";
|
# direction = "Right";
|
||||||
# close_on_exit = false;
|
# close_on_exit = false;
|
||||||
# start_suspended = true;
|
# start_suspended = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user