Skip to content

Commit 3e994f3

Browse files
committed
feat(ghostty): tweak notifications and quick terminal options
1 parent 3cc0762 commit 3e994f3

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

  • home/dot_config/exact_ghostty

home/dot_config/exact_ghostty/config

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ keybind = super+h=goto_split:left
4848
keybind = super+j=goto_split:bottom
4949
keybind = super+k=goto_split:top
5050
keybind = super+l=goto_split:right
51-
keybind = super+shift+k=jump_to_prompt:-1
52-
keybind = super+shift+j=jump_to_prompt:1
51+
keybind = super+[=jump_to_prompt:-1
52+
keybind = super+]=jump_to_prompt:1
5353

5454
# Disable default keybindings
5555
keybind = super+d=ignore
@@ -59,5 +59,12 @@ keybind = super+down=ignore
5959
keybind = super+alt+shift+j=ignore
6060

6161
# Quick terminal
62+
quick-terminal-position = center
63+
quick-terminal-size = 70%,90%
6264
quick-terminal-animation-duration = 0
6365
keybind = global:super+shift+\=toggle_quick_terminal
66+
67+
# Notifications
68+
notify-on-command-finish = unfocused
69+
notify-on-command-finish-action = no-bell,notify
70+
notify-on-command-finish-after = 30s

0 commit comments

Comments
 (0)