-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command-line option to unhide previously hidden Terminator #304
Comments
That is a great idea. I knew that this was a problem on Wayland and I've been desparately trying to think of a way to fix that, and this is just the idea I needed. |
@UnsolvedCypher would you mind trying out the PR attached to this issue? |
@mattrose Thank you for very quickly coming up with a PR! The hiding functionality does not seem to be working for me in the first place (I set the hide keybinding and it does not hide, and I have tried a number of different keybindings). Is there some additional information I can provide? Logs or something? |
If you have a fresh config it should be Ctrl-Alt-A, there's some weirdness in that code to do with stripping the shift key that I don't understand. If you run |
Hmm when I run terminator on the command line I don't see any output on startup (this is with a clean config). |
Does it hide now when you hit Ctrl-Alt-A? When it's unable to bind it usually spits out Did you bind the same key combo to your window manager for unhiding? |
This works for me, I'm just gonna merge |
In Wayland, applications cannot register global hotkeys, so once the Terminator window gets hidden with the "hide window" hotkey, it cannot be unhidden with a hotkey. For Guake, I can bind a shortcut to
guake -t
in my desktop environment which will unhide a previously hidden window, and I would like to do something similar in Terminator. Otherwise, the hiding functionality is unusable on Wayland.The text was updated successfully, but these errors were encountered: