From 5af382d9c080958d0e9623449b3c56f56cdb0a5e Mon Sep 17 00:00:00 2001 From: MadcowOG Date: Wed, 22 Feb 2023 08:36:58 -0800 Subject: [PATCH] Removed unused button configs. --- src/config.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/config.h b/src/config.h index f618aa7..8adfd5e 100644 --- a/src/config.h +++ b/src/config.h @@ -42,11 +42,6 @@ static const char* tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; * { click location, button clicked (linux event codes), function to run, other argument input (usage varies) } */ static const Button buttons[] = { -//{ Click_Tag, BTN_LEFT, view, {0}}, -//{ Click_Tag, BTN_MIDDLE, tag, {0}}, -//{ Click_Tag, BTN_RIGHT, toggle_view, {0}}, -//{ Click_Layout, BTN_LEFT, layout, {.ui = 0}}, -//{ Click_Layout, BTN_RIGHT, layout, {.ui = 1}}, { Click_Status, BTN_MIDDLE, spawn, {.v = terminal } }, };