mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 01:33:17 +01:00
Revert "kitty: Use notify-send for long tasks"
Some TUIs actually use F1 and this causes them to break.
This commit is contained in:
parent
2adb6a38e4
commit
e86918ac23
@ -28,7 +28,6 @@ in
|
|||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
tab_bar_background #${base00}
|
tab_bar_background #${base00}
|
||||||
inactive_tab_background #${base00}
|
inactive_tab_background #${base00}
|
||||||
map F1 send_text all \x1afg;notify-send "$(pwd)" "Task Completed."\r
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user