Add a way to open Quick Terminal from the command line #3795
-
I'm using skhd to manage most of my system-wide shortcuts and I would like to be able to add a Quick Termanal there, rather than adding Accessibility permission to the new app (Ghostyy) and managing a keybinding there. I tried searching for a command (similar to other "+..") commands for ghostty to trigger quick terminal, but it seems that it isn't there. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Should be part of #2353 |
Beta Was this translation helpful? Give feedback.
-
Hey! Yeah, seems reasonable to me. Please close this one. Do I need to add
any details to #2353?
…On Sun, Dec 29, 2024 at 02:29 Jake Wharton ***@***.***> wrote:
Should be part of #2353
<#2353>
—
Reply to this email directly, view it on GitHub
<#3795 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHSJUZXFMXZOOHTTHHDRLT2H467LAVCNFSM6AAAAABUKD3JK6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNRYG44DOMA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
For me the following config works pretty well with skhd & yabai: % grep Ghostty ~/.config/skhd/skhdrc
alt - return : open -n /Applications/Ghostty.app
% cat ~/.config/ghostty/config
macos-titlebar-style = hidden
theme = "Apple System Colors"
font-family = "SauceCodePro NFM Light"
font-size=18
cursor-style = bar
background-opacity = 0.9
background-blur-radius = 20
keybind = global:ctrl+grave_accent=toggle_quick_terminal |
Beta Was this translation helpful? Give feedback.
-
Yeah, but it does require special permissions from MacOS, to use the global
prefix
…On Mon, Dec 30, 2024 at 19:42 Robert Bohne ***@***.***> wrote:
For me the following config works pretty well with skhd & yabai:
% grep Ghostty ~/.config/skhd/skhdrc
alt - return : open -n /Applications/Ghostty.app
% cat ~/.config/ghostty/config
macos-titlebar-style = hidden
theme = "Apple System Colors"
font-family = "SauceCodePro NFM Light"
font-size=18
cursor-style = bar
background-opacity = 0.9
background-blur-radius = 20
keybind = global:ctrl+grave_accent=toggle_quick_terminal
—
Reply to this email directly, view it on GitHub
<#3795 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHSJUYKWTQLTWFISBMP5LD2IGAZ3AVCNFSM6AAAAABUKD3JK6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNRZHA3TGMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Should be part of #2353