index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (602B) | |
--- | |
1 ungrabkey | |
2 ========= | |
3 | |
4 Description | |
5 ----------- | |
6 I like to move clients between different tabbed sessions. When moving cl… | |
7 between tabbed windows, problems can arise. Sometimes, the previous tabb… | |
8 session retains control, affecting key bindings in the new session. This… | |
9 also persists if a client is simply unmanaged, as key bindings remain ac… | |
10 outside of the tabbed session. This problem can be resolved by ungrabbin… | |
11 keys when a client is being unmanaged. | |
12 | |
13 Download | |
14 -------- | |
15 * [tabbed-ungrabkey-0.8.diff](tabbed-ungrabkey-0.8.diff) | |
16 | |
17 Authors | |
18 ------- | |
19 * Chris Noxz - <[email protected]> |