-
Notifications
You must be signed in to change notification settings - Fork 298
Quake Mode
Terminix supports running in a Quake-style mode where it appears at the top of the screen and can be toggled on or off as needed. However, unlike other terminal emulators that support this mode Terminix does not register a global hot key. Instead you must register a hot key yourself with the Desktop Environment you are using, this is required because Wayland does not support global hot keys.
When you register the hot key, simply bind it to the following command:
terminix --quake
When Terminix is run with the --quake
switch, it will check if a quake style window is already running and if so simply toggle the window's visibility. If no quake style window has been created, then Terminix will create one and display it.
Configuring this hot key for GNOME is quite simple, simply open the Keyboard settings and configure a hot key as per the example in the screenshot below:
There is a limitation with Wayland, the settings to use a monitor other then the primary monitor is disabled. This is because Wayland does not support moving a window programmatically between monitors.