summaryrefslogtreecommitdiffhomepage
path: root/patch/tab.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2021-03-09 13:23:39 +0100
committerbakkeby <[email protected]>2021-03-09 13:23:39 +0100
commit0f9104285bab49c1e701ea429380ace9230309f0 (patch)
treeec62230fb58bde98c2a284cfda1891b3ce2ef658 /patch/tab.h
parent27185a74c4b2311350d029b5aefaa326dd143adf (diff)
downloaddwm-flexipatch-0f9104285bab49c1e701ea429380ace9230309f0.tar.gz
dwm-flexipatch-0f9104285bab49c1e701ea429380ace9230309f0.zip
Adding tab patch
Diffstat (limited to 'patch/tab.h')
-rw-r--r--patch/tab.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/tab.h b/patch/tab.h
new file mode 100644
index 0000000..7b4d20f
--- /dev/null
+++ b/patch/tab.h
@@ -0,0 +1,4 @@
+static void drawtab(Monitor *m);
+static void drawtabs(void);
+static void focuswin(const Arg* arg);
+static void tabmode(const Arg *arg);