X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=README.md;h=d30d87049cfee45a78c31264a52fff25e016e5fc;hb=243f1245e702adacb317968b7e8ea4114ce53e0b;hp=b6760b473738bea9b5ab648194674cf042722f05;hpb=f0ab3e390e4506654267880d11c5cbbcaa297a8e;p=bspwm.git diff --git a/README.md b/README.md index b6760b4..d30d870 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ The following messages are handled: cycle_monitor CYC Select the next or previous monitor. - cycle_desktop CYC + cycle_desktop CYC [--skip-free|--skip-occupied] Select the next or previous desktop. layout LYT @@ -256,6 +256,9 @@ Colors are either [X color names](http://en.wikipedia.org/wiki/X11_color_names) wm_name The value that shall be used for the _NET_WM_NAME property of the root window. + button_modifier + The modifier mask used for mouse bindings (possible values: 'mod1' ... 'mod5'). + borderless_monocle Whether to remove borders for tiled windows in monocle mode. @@ -264,17 +267,15 @@ Colors are either [X color names](http://en.wikipedia.org/wiki/X11_color_names) ## Mouse Bindings - M4 + Left Button + button_modifier + left mouse button Move the window under the pointer. - M4 + Middle Button + button_modifier + middle mouse button Focus the window under the pointer. - M4 + Middle Button + button_modifier + right mouse button Resize the window under the pointer (by moving one of its four corners). -Where *M4* is the fourth modifier mask (generally bound to *Super*). - ## Panel `dzen2` fed with the output of `ewmhstatus`. Example: [launchpanel](https://github.com/baskerville/bin/blob/master/launchpanel).