Introduction
Introduction Statistics Contact Development Disclaimer Help
tchanged order if h/l - dwm - [fork] customized build of dwm, the dynamic windo…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 35f08f4231933b55fb668314498c4049a828f410
parent 0ea0343a631b62f2a9d9c5b279d3e368ec47c28a
Author: Anselm R. Garbe <[email protected]>
Date: Fri, 23 Feb 2007 11:09:18 +0100
changed order if h/l
Diffstat:
M config.default.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.default.h b/config.default.h
t@@ -47,8 +47,8 @@ static Key key[] = { \
{ MODKEY, XK_space, setlayout, NU…
{ MODKEY, XK_d, incnmaster, …
{ MODKEY, XK_i, incnmaster, …
- { MODKEY, XK_l, incmasterw, …
{ MODKEY, XK_h, incmasterw, …
+ { MODKEY, XK_l, incmasterw, …
{ MODKEY, XK_j, focusclient, …
{ MODKEY, XK_k, focusclient, …
{ MODKEY, XK_m, togglemax, …
You are viewing proxied material from mx1.adamsgaard.dk. 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.