Introduction
Introduction Statistics Contact Development Disclaimer Help
index.md - sites - public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log
Files
Refs
---
index.md (956B)
---
1 maximize
2 ========
3
4 Description
5 -----------
6 These patch provide helper functions for maximizing, horizontally and
7 vertically, floating windows using keybindings.
8
9 Usage
10 -----
11 Insert the bindings into the keys list. Here is an example:
12
13 { MODKEY|ControlMask|ShiftMask, XK_h, togglehorizontal…
14 { MODKEY|ControlMask|ShiftMask, XK_l, togglehorizontal…
15 { MODKEY|ControlMask|ShiftMask, XK_j, toggleverticalma…
16 { MODKEY|ControlMask|ShiftMask, XK_k, toggleverticalma…
17 { MODKEY|ControlMask, XK_m, togglemaximize, …
18
19 Download
20 --------
21 * [dwm-maximize\_vert\_horz-20160731-56a31dc.diff](dwm-maximize_vert_hor…
22 * [dwm-maximize\_vert\_horz-6.1.diff](dwm-maximize_vert_horz-6.1.diff) (…
23 * [dwm-maximize\_vert\_horz-6.0.diff](dwm-maximize_vert_horz-6.0.diff)
24
25 Author
26 ------
27 * Jan Christoph Ebersbach - <[email protected]>
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.