diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-09 19:11:25 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-09 19:11:25 +0530 |
| commit | baac62e103c5ea317801f89056dd44479cb6b3db (patch) | |
| tree | 9f055c1495efe4e4ffa17e5afad9f330b3c2db59 | |
| parent | 26a4d7a45aba67ad56f789c6c95c8288936301c8 (diff) | |
remove togglebar
| -rw-r--r-- | dwl.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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); |
