From e9cc5756dbb0a2d079a7b5e3438d79945f819df5 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Sat, 3 Jun 2023 21:30:05 +1200 Subject: feat: Keybind updates Re added the ability to swap super and mod as a config parameter (the ~swapmods~) command). Finally fixed keybinds sometimes not working because of numlock, bitwise & with the modifiers I actually care about. --- config | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') diff --git a/config b/config index 5eb0c4a..de761d3 100644 --- a/config +++ b/config @@ -1,4 +1,8 @@ # This is a comment + +# Mainly used for testing +swapmods + bind mod+e exit bind mod+Return spawn kitty gaps 10 -- cgit v1.2.3