From 4b33192b56ea0f84f97d47e7656c186ec6ab7a68 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Fri, 25 Mar 2022 15:32:06 -0600 Subject: Added a way to do per-window bindings in XMonad. This is particularly great for Chrome where one cannot remap the built-in bindings and some built-in bindings are really dumb (looking at you Ctrl+w!!). --- package.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'package.yaml') diff --git a/package.yaml b/package.yaml index b07f2df..7cfb52c 100644 --- a/package.yaml +++ b/package.yaml @@ -22,3 +22,4 @@ dependencies: - mtl - transformers - monad-loops + - data-default -- cgit