From 7e75cbbaca48fdf2f584aa45879ecd9175483b47 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Wed, 21 Feb 2024 17:02:39 -0700 Subject: Have the plugin handle more responsibility with keybindings. The plugin now passes the key events to the Wayland clients. --- package.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'package.yaml') diff --git a/package.yaml b/package.yaml index 7a1bbc2..ebc64c1 100644 --- a/package.yaml +++ b/package.yaml @@ -47,6 +47,7 @@ ghc-options: - -XTupleSections - -XViewPatterns - -XGeneralizedNewtypeDeriving +- -XRankNTypes - -fPIC executables: -- cgit