From dc83dc6725c7af7dc7345b6085ac8f281602946a Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Tue, 5 Mar 2024 10:24:45 -0700 Subject: Added some escape-hatch keybindings for Wetterhorn. Specifically a way to reload the plugin and switch vterms. This is important in case the plugin is borked and stops accepting keyboard, the user can switch to a vterm, fix the plugin and reload it to get things working again without running into data loss. --- Setup.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Setup.hs') diff --git a/Setup.hs b/Setup.hs index 50385ed..f3a2180 100644 --- a/Setup.hs +++ b/Setup.hs @@ -19,7 +19,7 @@ main = do let buildPath = fromJust (flagToMaybe $ configDistPref conf) callCommand $ - printf "cd wlroots && meson setup %s -Dexamples=false --reconfigure" (wlrootsDir buildPath) + printf "cd wlroots && meson setup %s -Dexamples=false -Dbackends=x11,drm,libinput --reconfigure" (wlrootsDir buildPath) callCommand $ printf "cmake -B %s -S harness" (harnessDir buildPath) -- cgit