mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-22 02:41:50 +08:00
kitty: disable notify_on_finish for now
This commit is contained in:
parent
f0d0e6d32f
commit
18073e2708
@ -16,8 +16,6 @@ visual_bell_duration 0.0
|
|||||||
|
|
||||||
window_alert_on_bell yes
|
window_alert_on_bell yes
|
||||||
|
|
||||||
notify_on_cmd_finish invisible 15
|
|
||||||
|
|
||||||
# cosmetics
|
# cosmetics
|
||||||
background_opacity 0.95
|
background_opacity 0.95
|
||||||
|
|
||||||
@ -42,3 +40,7 @@ map kitty_mod+enter new_window_with_cwd
|
|||||||
tab_bar_style fade
|
tab_bar_style fade
|
||||||
|
|
||||||
tab_fade 0.00390625 0.0625 0.31640625 1
|
tab_fade 0.00390625 0.0625 0.31640625 1
|
||||||
|
|
||||||
|
# See https://github.com/kovidgoyal/kitty/issues/7412 and https://github.com/swaywm/sway/issues/8143
|
||||||
|
|
||||||
|
wayland_enable_ime no
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# env ZDOTDIR=$HOME/.cache/kitty-zsh
|
# env ZDOTDIR=$HOME/.cache/kitty-zsh
|
||||||
# copy --dest .cache/kitty-zsh/.zshrc .zshrc
|
# copy --dest .cache/kitty-zsh/.zshrc .zshrc
|
||||||
|
|
||||||
copy .zshrc
|
# copy .zshrc
|
||||||
|
Loading…
Reference in New Issue
Block a user