From 82be28998576083b3e66ed436eb90ceba819c60a Mon Sep 17 00:00:00 2001 From: "arg@f00b4r" Date: Tue, 24 Jul 2007 18:25:01 +0200 Subject: applied dwm-windowscrolling patch --- event.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/event.c b/event.c index ad4e271..3f06ea7 100644 --- a/event.c +++ b/event.c @@ -144,6 +144,10 @@ buttonpress(XEvent *e) { setlayout(NULL); break; } + else if(ev->button == Button4) + focusclient("-1"); + else if(ev->button == Button5) + focusclient("1"); } else if((c = getclient(ev->window))) { focus(c); -- cgit 1.4.1-2-gfad0 ethod='get'> mirror of ranger - a simple, vim-like file managerakspecs <akspecs@tilde.institute>
summary refs log tree commit diff stats
path: root/doc/config/rc.conf
blob: f9d2522af7c6c18cec4ab7c55f0718cc2ac13062 (plain) (blame)
1