index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (916B) | |
--- | |
1 fullscreen | |
2 ========== | |
3 | |
4 Description | |
5 ----------- | |
6 Add the ability to toggle st into fullscreen mode. This is only useful i… | |
7 | |
8 Two key bindings are defined: F11 which is typical with other applicatio… | |
9 | |
10 Notes | |
11 ----- | |
12 This patch is inspired by the go_fullscreen() patch included in this bui… | |
13 However, by using the NET_WM_STATE_TOGGLE flag, as opposed to ADD and RE… | |
14 | |
15 Download | |
16 -------- | |
17 * [st-fullscreen-0.8.5.diff](st-fullscreen-0.8.5.diff) | |
18 | |
19 Authors | |
20 ------- | |
21 * cdarkly - <[email protected]> |