summaryrefslogtreecommitdiff
path: root/dwm.c
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2020-10-09 17:44:33 -0500
committerzachir <zachir@librem.one>2020-10-09 17:44:33 -0500
commit5bbd9d32886c6318e61be291181ce7b27b3ffb68 (patch)
tree00fa6c21cacd1467b61715ce3d03096ce0e981dd /dwm.c
parentb07674dc03506126b26209689a0fff6efcdc3fcc (diff)
Update dwm config
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 2c6e70e..0848d2c 100644
--- a/dwm.c
+++ b/dwm.c
@@ -227,7 +227,7 @@ static void monocle(Monitor *m);
static void motionnotify(XEvent *e);
static void movemouse(const Arg *arg);
static Client *nexttiled(Client *c);
-static void pop(Client *);
+//static void pop(Client *);
static Client *prevtiled(Client *c);
static void propertynotify(XEvent *e);
static void pushdown(const Arg *arg);
@@ -1551,6 +1551,7 @@ nexttiled(Client *c)
return c;
}
+/*
void
pop(Client *c)
{
@@ -1559,6 +1560,7 @@ pop(Client *c)
focus(c);
arrange(c->mon);
}
+*/
Client *
prevtiled(Client *c) {