diff options
| author | bakkeby <[email protected]> | 2020-08-13 15:42:49 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-08-13 15:42:49 +0200 |
| commit | de47bd8839e3a7fc48663b3b530b33fd4042596c (patch) | |
| tree | 6a2f4aba99c94df1bbc78149bf2265448d20ef1b /patch/bar_awesomebar.h | |
| parent | 57e727b498e2916abdd7b819084c01c1db0f641b (diff) | |
| download | dwm-flexipatch-de47bd8839e3a7fc48663b3b530b33fd4042596c.tar.gz dwm-flexipatch-de47bd8839e3a7fc48663b3b530b33fd4042596c.zip | |
Adding bartabgroups patch
Diffstat (limited to 'patch/bar_awesomebar.h')
| -rw-r--r-- | patch/bar_awesomebar.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/patch/bar_awesomebar.h b/patch/bar_awesomebar.h index 83572f6..3269954 100644 --- a/patch/bar_awesomebar.h +++ b/patch/bar_awesomebar.h @@ -1,9 +1,3 @@ static int width_awesomebar(Bar *bar, BarWidthArg *a); static int draw_awesomebar(Bar *bar, BarDrawArg *a); -static int click_awesomebar(Bar *bar, Arg *arg, BarClickArg *a); - -static void hide(Client *c); -static void show(Client *c); -static void togglewin(const Arg *arg); -static Client *prevtiled(Client *c); -static void showhideclient(const Arg *arg);
\ No newline at end of file +static int click_awesomebar(Bar *bar, Arg *arg, BarClickArg *a);
\ No newline at end of file |
