[wiki] [sites] wiki updated
changeset: 634:d73146e16b5f
tag: tip
user: Claudio M. Alessi <smoppy_AT_gmail.com>
date: Fri Oct 22 23:38:31 2010 +0200
files: dwm.suckless.org/patches/moveresize.md
description:
Puts moveresize() to dwm.c instead of config.h (this avoids conflicts with pertag and the like).
diff -r f2e89948d341 -r d73146e16b5f dwm.suckless.org/patches/moveresize.md
--- a/dwm.suckless.org/patches/moveresize.md Wed Oct 20 13:16:24 2010 +0200
+++ b/dwm.suckless.org/patches/moveresize.md Fri Oct 22 23:38:31 2010 +0200
_AT_@ -2,12 +2,13 @@
## Description
-This addition to `config.h` allows you to move and resize dwm's clients using
-keyboard bindings. See [historical patches](historical) for older versions.
+This changes allows you to move and resize dwm's clients using keyboard
+bindings. See [historical patches](historical) for older versions.
## Usage
- 1. Put the following `moveresize()` function somewhere in your `config.h` file:
+ 1. Put the following `moveresize()` function somewhere in your `dwm.h`,
+ **after** the line which includes the config.h file:
static void
moveresize(const Arg *arg)
Received on Fri Oct 22 2010 - 23:38:46 CEST
This archive was generated by hypermail 2.3.0
: Thu Sep 13 2012 - 19:31:30 CEST