(no title)
technojamin | 1 year ago
I don't have a keybinding to hide, but you could easily achieve that by inspecting the active window with `hs.window.focusedWindow()`/`hs.window.frontmostWindow()` and making the behavior conditional based on the application: https://www.hammerspoon.org/docs/hs.window.html#focusedWindo...
In WezTerm, you can control whether the terminal is always on top with the `ToggleAlwaysOnTop` action: https://wezfurlong.org/wezterm/config/lua/keyassignment/Togg...
DavideNL|1 year ago
The iTerm2 hotkey window, is a floating window, which for example also works in a space with another Fullscreen window/app opened (without moving to another space.)
matthewmc3|1 year ago
You could probably even use Hammerspoon to initiate the keyboard shortcut if you didn't want to mark the window manually.
pmarreck|1 year ago
spartanatreyu|1 year ago
https://gist.github.com/spartanatreyu/850788a0441e1c5565668a...