aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-03-09 19:11:25 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-03-09 19:11:25 +0530
commitbaac62e103c5ea317801f89056dd44479cb6b3db (patch)
tree9f055c1495efe4e4ffa17e5afad9f330b3c2db59
parent26a4d7a45aba67ad56f789c6c95c8288936301c8 (diff)
remove togglebar
-rw-r--r--dwl.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/dwl.c b/dwl.c
index ceedd7d..0198a47 100644
--- a/dwl.c
+++ b/dwl.c
@@ -346,7 +346,6 @@ static void spawn(const Arg *arg);
static void startdrag(struct wl_listener *listener, void *data);
static void tag(const Arg *arg);
static void tagmon(const Arg *arg);
-static void togglebar(const Arg *arg);
static void tile(Monitor *m);
static void togglefloating(const Arg *arg);
static void togglefullscreen(const Arg *arg);
@@ -2790,14 +2789,6 @@ tile(Monitor *m)
}
void
-togglebar(const Arg *arg) {
- DwlIpcOutput *ipc_output;
- wl_list_for_each(ipc_output, &selmon->dwl_ipc_outputs, link)
- zdwl_ipc_output_v2_send_toggle_visibility(ipc_output->resource);
-}
-
-
-void
togglefloating(const Arg *arg)
{
Client *sel = focustop(selmon);