diff options
| author | Stein Gunnar Bakkeby <[email protected]> | 2020-06-21 08:21:16 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-21 08:21:16 +0200 |
| commit | f27195491c56fe53c75942236077c4152176a582 (patch) | |
| tree | 8ebcc31c606fbb6ec54ba8f164a5118ee6c56573 /patch/tagothermonitor.h | |
| parent | 5e0a9c49f8d4f70616282b50bead1efcbcc20e94 (diff) | |
| parent | 6aca08966183c9ec6bce8a6f346b48a79b30fc1e (diff) | |
| download | dwm-flexipatch-f27195491c56fe53c75942236077c4152176a582.tar.gz dwm-flexipatch-f27195491c56fe53c75942236077c4152176a582.zip | |
Merge pull request #32 from gx2b/master
Adding tagothermonitor patch
Diffstat (limited to 'patch/tagothermonitor.h')
| -rw-r--r-- | patch/tagothermonitor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/tagothermonitor.h b/patch/tagothermonitor.h new file mode 100644 index 0000000..44258bc --- /dev/null +++ b/patch/tagothermonitor.h @@ -0,0 +1,3 @@ +static void tagnextmon(const Arg *arg); +static void tagprevmon(const Arg *arg); +static void tagothermon(const Arg *arg, int dir); |
