Tagged Questions
2
votes
1answer
497 views
How to close any window in Awesome WM?
The shortcut to close individual applications completely depends on the application developer. Some examples:
Ctrl-q for Firefox
Meta-F4 for Chromium
Ctrl-Shift-q for GNOME Shell
To close ...
2
votes
0answers
152 views
Inconsistent behaviour of “wmctrl -i -a <WIN>”
I'm trying to use dmenu and wmctrl to write a script that would present to me a list of all currently open windows and then switch to the one I select. It looks something like this:
Now, I'm using ...