aboutsummaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2024-03-05 10:24:45 -0700
committerJosh Rahm <rahm@google.com>2024-03-05 10:24:45 -0700
commitdc83dc6725c7af7dc7345b6085ac8f281602946a (patch)
tree480e644bc144fbab444dd46c1fff4dcd4be74455 /Setup.hs
parentba40cdae500f153633dc306c03b0709c2c6f0276 (diff)
downloadmontis-dc83dc6725c7af7dc7345b6085ac8f281602946a.tar.gz
montis-dc83dc6725c7af7dc7345b6085ac8f281602946a.tar.bz2
montis-dc83dc6725c7af7dc7345b6085ac8f281602946a.zip
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.
Diffstat (limited to 'Setup.hs')
-rw-r--r--Setup.hs2
1 files changed, 1 insertions, 1 deletions
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)