diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-12-05T21·49+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-12-05T22·14+0000 |
commit | 4dad5b2ef9d27f91372b6760e65e173dcf192bc9 (patch) | |
tree | 3dfa75d63341f96d5374b554b81b5b68a2f2917e | |
parent | a31af5233c2b874aa502429eb9cce097e0b84289 (diff) |
chore(tazjin/dotfiles): remove hyper configuration r/8986
I never fully set up the hyper key and now this configuration actually started working by default, which is distracting, so begone! Change-Id: If4c0b5928360087eb1a674ee2eca2510ced3ca55 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12871 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
-rw-r--r-- | users/tazjin/dotfiles/niri.config.kdl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/users/tazjin/dotfiles/niri.config.kdl b/users/tazjin/dotfiles/niri.config.kdl index 8873404f7ec4..6b8d0652416d 100644 --- a/users/tazjin/dotfiles/niri.config.kdl +++ b/users/tazjin/dotfiles/niri.config.kdl @@ -4,8 +4,7 @@ input { keyboard { xkb { layout "us,ru" - variant "hyper" - options "grp:win_space_toggle,compose:ralt,caps:hyper" + options "grp:win_space_toggle,compose:ralt,caps:super" } } |