diff options
author | zachir <zachir@librem.one> | 2020-10-09 17:44:33 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2020-10-09 17:44:33 -0500 |
commit | 5bbd9d32886c6318e61be291181ce7b27b3ffb68 (patch) | |
tree | 00fa6c21cacd1467b61715ce3d03096ce0e981dd /dwm.c | |
parent | b07674dc03506126b26209689a0fff6efcdc3fcc (diff) |
Update dwm config
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) { |