From 6d335710832d1134e161ff2d9bdfc92f34ba4d1f Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Tue, 25 Oct 2022 21:17:06 +0200 Subject: [PATCH] Update removed keybindings --- .xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 5a1fc4b..7311d20 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -170,7 +170,7 @@ myKeysP = [ ] -- Keybindings to be removed -myRemoveKeysP = [ "M-t" ] +myRemoveKeysP = [ ] main :: IO ()