Introduction
Introduction Statistics Contact Development Disclaimer Help
trenamed resizecol into resizemaster - dwm - [fork] customized build of dwm, th…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 4b5b3d90af58f860569178e554604717ef51152d
parent 2cce4b95cdce5617318fc4fb5d21abe41110c27a
Author: arg@mig29 <unknown>
Date: Tue, 31 Oct 2006 12:07:32 +0100
renamed resizecol into resizemaster
Diffstat:
M config.arg.h | 4 ++--
M config.default.h | 4 ++--
M dwm.h | 2 +-
M view.c | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/config.arg.h b/config.arg.h
t@@ -33,8 +33,8 @@ static Key key[] = { \
{ MODKEY, XK_j, focusnext, …
{ MODKEY, XK_k, focusprev, …
{ MODKEY, XK_Return, zoom, …
- { MODKEY, XK_g, resizecol, …
- { MODKEY, XK_s, resizecol, …
+ { MODKEY, XK_g, resizemaster, …
+ { MODKEY, XK_s, resizemaster, …
{ MODKEY|ShiftMask, XK_1, tag, …
{ MODKEY|ShiftMask, XK_2, tag, …
{ MODKEY|ShiftMask, XK_3, tag, …
diff --git a/config.default.h b/config.default.h
t@@ -28,8 +28,8 @@ static Key key[] = { \
{ MODKEY, XK_Tab, focusnext, …
{ MODKEY|ShiftMask, XK_Tab, focusprev, …
{ MODKEY, XK_Return, zoom, …
- { MODKEY, XK_g, resizecol, …
- { MODKEY, XK_s, resizecol, …
+ { MODKEY, XK_g, resizemaster, …
+ { MODKEY, XK_s, resizemaster, …
{ MODKEY|ShiftMask, XK_1, tag, …
{ MODKEY|ShiftMask, XK_2, tag, …
{ MODKEY|ShiftMask, XK_3, tag, …
diff --git a/dwm.h b/dwm.h
t@@ -161,7 +161,7 @@ extern void dotile(void); /* arrang…
extern void focusnext(Arg *arg); /* focuses next visible client…
extern void focusprev(Arg *arg); /* focuses previous visible cl…
extern Bool isvisible(Client *c); /* returns True if client is …
-extern void resizecol(Arg *arg); /* resizes the master percent …
+extern void resizemaster(Arg *arg); /* resizes the master perce…
extern void restack(void); /* restores z layers of all …
extern void togglemode(Arg *arg); /* toggles global arrange fun…
extern void toggleview(Arg *arg); /* toggles the tag with arg's…
diff --git a/view.c b/view.c
t@@ -195,7 +195,7 @@ isvisible(Client *c) {
}
void
-resizecol(Arg *arg) {
+resizemaster(Arg *arg) {
if(master + arg->i > 950 || master + arg->i < 50)
return;
master += arg->i;
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.