diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2022-10-03 20:33:32 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2022-10-03 20:33:32 +0200 |
commit | 727c5167e71e594d7f0987fd999adaf43868b910 (patch) | |
tree | 0ff6b68f8936630cb9351ce5da607a3a3bcbb070 /dwm | |
parent | 2a6648d9b6202af81caf689fa5f61a54d37d59e0 (diff) |
update
Diffstat (limited to 'dwm')
-rw-r--r-- | dwm/custom.diff | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm/custom.diff b/dwm/custom.diff index b5978be..12e1096 100644 --- a/dwm/custom.diff +++ b/dwm/custom.diff @@ -10,10 +10,10 @@ index 9fd0286..f1373cf 100644 unsigned int seltags; unsigned int sellt; unsigned int tagset[2]; -@@ -210,7 +211,6 @@ static void spawn(const Arg *arg); +@@ -210,7 +210,6 @@ static void spawn(const Arg *arg); static void tag(const Arg *arg); static void tagmon(const Arg *arg); - static void tile(Monitor *); + static void tile(Monitor *m); -static void togglebar(const Arg *arg); static void togglefloating(const Arg *arg); static void toggletag(const Arg *arg); |