diff options
| author | bakkeby <[email protected]> | 2021-03-09 13:23:39 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-03-09 13:23:39 +0100 |
| commit | 0f9104285bab49c1e701ea429380ace9230309f0 (patch) | |
| tree | ec62230fb58bde98c2a284cfda1891b3ce2ef658 /patch/tab.h | |
| parent | 27185a74c4b2311350d029b5aefaa326dd143adf (diff) | |
| download | dwm-flexipatch-0f9104285bab49c1e701ea429380ace9230309f0.tar.gz dwm-flexipatch-0f9104285bab49c1e701ea429380ace9230309f0.zip | |
Adding tab patch
Diffstat (limited to 'patch/tab.h')
| -rw-r--r-- | patch/tab.h | 4 |
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); |
