Display window when modifier key is held #957
Answered
by
w-lfchen
GetPsyched
asked this question in
Q&A
-
^ How can I let the eww window be hidden by default and only shown when I hold certain key(s), say, Couldn't find other discussions on this; sorry if it's a duplicate. |
Beta Was this translation helpful? Give feedback.
Answered by
w-lfchen
Nov 8, 2023
Replies: 1 comment 1 reply
-
This can't be solved with eww alone, I'd suggest looking into some hotkey software or what your window manager supports. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
GetPsyched
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This can't be solved with eww alone, I'd suggest looking into some hotkey software or what your window manager supports.
if you have something that can toggle on a button being pressed and released, you could use
eww open --toggle <your-window-name>
on both of those.