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\"" = {
|
||||
Run = {
|
||||
_args = [
|
||||
(lib.getExe pkgs.gh)
|
||||
"run"
|
||||
"watch"
|
||||
];
|
||||
_args =
|
||||
(if config.nmasur.presets.programs.noti.enable then [ (lib.getExe pkgs.noti) ] else [ ])
|
||||
++ [
|
||||
(lib.getExe pkgs.gh)
|
||||
"run"
|
||||
"watch"
|
||||
];
|
||||
# direction = "Right";
|
||||
# close_on_exit = false;
|
||||
# start_suspended = true;
|
||||
|
||||
Reference in New Issue
Block a user