diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-12-06 01:29:24 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-12-06 01:29:24 +0100 |
commit | 25af166931e7d37e5989f0cdedeb982654e53c35 (patch) | |
tree | dacb0ee23a5df9059264dccd05357e0b938c5d1a /.config/hypr | |
parent | 880074a2690ed1f1a6f28ebb2f403cc264f65c62 (diff) |
Hyprland: Add binding for chtz
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index 950f3fe..453d286 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -97,6 +97,7 @@ __submap(prompt, P, [ __subbind(K, chkb) __subbind(M, woman) __subbind(P, vlt get) + __subbind(T, chtz) __subbind(U, uni) ]) |