diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-08-17 23:16:09 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-08-17 23:16:09 +0200 |
commit | 8f6ffa5087ab476e3af4153150fa3a588d9ea53f (patch) | |
tree | 0b43ac48ce2dee19dc944568092651bc6bf40f63 /.config | |
parent | ed1dddd4d8a7d0b596efbb251c9a64a088c5367f (diff) |
Hyprland: Use a catchall
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/macros.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/hypr/macros.m4 b/.config/hypr/macros.m4 index db542df..2e084d6 100644 --- a/.config/hypr/macros.m4 +++ b/.config/hypr/macros.m4 @@ -4,7 +4,7 @@ define(__submap, [ bind = $modkey, $2, submap, $1 submap = $1 $3 - bind = , escape, submap, reset + bind = , catchall, submap, reset submap = reset ]) |