From 7b530bf4487f36273938ffd7236dad8a7629790a Mon Sep 17 00:00:00 2001 From: Will McKinnon Date: Mon, 15 Aug 2022 00:54:07 -0400 Subject: Revert "merge sway master" This reverts commit 7460d9f565092836f81b917a040caff57142d91a. --- include/sway/config.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'include/sway/config.h') diff --git a/include/sway/config.h b/include/sway/config.h index 538930f2..fda0e83f 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -70,18 +70,12 @@ struct sway_mouse_binding { char *command; }; -enum sway_switch_trigger { - SWAY_SWITCH_TRIGGER_OFF, - SWAY_SWITCH_TRIGGER_ON, - SWAY_SWITCH_TRIGGER_TOGGLE, -}; - /** * A laptop switch binding and an associated command. */ struct sway_switch_binding { enum wlr_switch_type type; - enum sway_switch_trigger trigger; + enum wlr_switch_state state; uint32_t flags; char *command; }; -- cgit v1.2.3