diff options
| author | 2026-04-17 10:54:08 +0100 | |
|---|---|---|
| committer | 2026-04-17 10:54:08 +0100 | |
| commit | 68a2a9f32337b2f9b4c430554830254a65c1691f (patch) | |
| tree | b19b9d7242748c5959da1fe4e1280345143b54a2 /home | |
| parent | c1e3d8756dec56fdd0fa2f5d6f706782d52c2f6e (diff) | |
| download | dotfiles-68a2a9f32337b2f9b4c430554830254a65c1691f.tar.gz dotfiles-68a2a9f32337b2f9b4c430554830254a65c1691f.tar.bz2 dotfiles-68a2a9f32337b2f9b4c430554830254a65c1691f.zip | |
feat: enable bell urgency hints in ghostty
Diffstat (limited to 'home')
| -rw-r--r-- | home/.config/ghostty/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/.config/ghostty/config b/home/.config/ghostty/config index a4ae2fd..e283c75 100644 --- a/home/.config/ghostty/config +++ b/home/.config/ghostty/config @@ -9,6 +9,9 @@ shell-integration-features = no-cursor # OSC 52 clipboard for zellij (default is "ask" which prompts each time) clipboard-read = allow +# Bell — request urgency hint on BEL so sway/waybar highlight the workspace +bell-features = attention,title + # Window — no decorations (sway manages windows) window-decoration = none confirm-close-surface = false |
