Introduction
Introduction Statistics Contact Development Disclaimer Help
tsetmfact argument was wrong - dwm - [fork] customized build of dwm, the dynami…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 9f569fac74a466a6857855b4d233e7a3582f4ea7
parent 48d0c56eacd59da50b1ed592836ae16fae9aa4cc
Author: Anselm R Garbe <[email protected]>
Date: Thu, 22 May 2008 12:00:50 +0100
setmfact argument was wrong
Diffstat:
M config.def.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/config.def.h b/config.def.h
t@@ -41,8 +41,8 @@ Key keys[] = {
{ MODKEY, XK_b, togglebar, NULL },
{ MODKEY, XK_j, focusnext, NULL },
{ MODKEY, XK_k, focusprev, NULL },
- { MODKEY, XK_h, setmfact, (double[]){…
- { MODKEY, XK_l, setmfact, (double[]){…
+ { MODKEY, XK_h, setmfact, (double[]){…
+ { MODKEY, XK_l, setmfact, (double[]){…
{ MODKEY, XK_Return, zoom, NULL },
{ MODKEY, XK_Tab, viewprevtag, NULL },
{ MODKEY|ShiftMask, XK_c, killclient, NULL },
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.