Modifier-only release bind fires after other SUPER keybinds #15837
Unanswered
djelenc
asked this question in
Bugs - Input
Replies: 2 comments 3 replies
then why you are opening this? |
1 reply
|
did you check git? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hyprland version
v0.56.0
Is this a regression?
Yes, before Hyprland 0.56.0
What's the bug?
Since Hyprland 0.56.0, a modifier-only release bind also fires after using another bind containing that modifier.
Minimal example from my Lua config:
Pressing
SUPER+1correctly switches workspace, but when I releaseSUPER, Fuzzel also opens.Expected behavior:
SUPERpress + release: open FuzzelSUPER+1: switch workspace onlyThis appears to be the same regression reported in #15568:
#15568 (comment)
A possible fix was already suggested here:
#15568 (comment)
Other
7d4a3c5768d5a04c7b62e63265c82a3659529fd7Reproduction steps
Make the binds as suggested:
Attachments
❯ hyprctl systeminfo
Hyprland 0.56.0 built from branch unknown at commit 7d4a3c5 dirty (unknown).
Date: 2026-08-06
Tag: v0.56.0, commits: 7710
Libraries:
Hyprgraphics: built against 0.5.1, system has unknown
Hyprutils: built against 0.14.0, system has unknown
Hyprcursor: built against 0.1.13, system has unknown
Hyprlang: built against 0.6.8, system has unknown
Aquamarine: built against 0.14.0, system has unknown
Version ABI string: 7d4a3c5768d5a04c7b62e63265c82a3659529fd7_aq_0.14_hu_0.14_hg_0.5_hc_0.1_hlg_0.6
flags set:
nix
System Information:
System name: Linux
Node name: idea
Release: 7.1.6
Version: #1-NixOS SMP PREEMPT_DYNAMIC Mon Aug 3 09:26:04 UTC 2026
Libraries:
Hyprgraphics: built against 0.5.1, system has unknown
Hyprutils: built against 0.14.0, system has unknown
Hyprcursor: built against 0.1.13, system has unknown
Hyprlang: built against 0.6.8, system has unknown
Aquamarine: built against 0.14.0, system has unknown
GPU information:
os-release: ANSI_COLOR="0;38;2;126;186;228"
BUG_REPORT_URL="https://github.com/NixOS/nixpkgs/issues"
BUILD_ID="26.11.20260805.b7c2ada"
CPE_NAME="cpe:/o:nixos:nixos:26.11"
DEFAULT_HOSTNAME=nixos
DOCUMENTATION_URL="https://nixos.org/learn.html"
HOME_URL="https://nixos.org/"
ID=nixos
LOGO="nix-snowflake"
NAME=NixOS
PRETTY_NAME="NixOS 26.11 (Zokor)"
SUPPORT_URL="https://nixos.org/community.html"
VENDOR_NAME=NixOS
VENDOR_URL="https://nixos.org/"
VERSION="26.11 (Zokor)"
VERSION_CODENAME=zokor
VERSION_ID="26.11"
plugins:
Explicit sync: supported
GL ver: 3.2
FP16: supported
Backend: drm
Monitor info:
Panel eDP-1: 2560x1600, eDP-1 California Institute of Technology 0x1615 -> backend drm
explicit ✔️
edid:
hdr ❌
chroma ✔️
bt2020 ❌
vrr capable ✔️
non-desktop ❌
State:
configProvider: lua
backend: drm
~
❯ hyprctl version
Hyprland 0.56.0 built from branch unknown at commit 7d4a3c5 dirty (unknown).
Date: 2026-08-06
Tag: v0.56.0, commits: 7710
Libraries:
Hyprgraphics: built against 0.5.1, system has unknown
Hyprutils: built against 0.14.0, system has unknown
Hyprcursor: built against 0.1.13, system has unknown
Hyprlang: built against 0.6.8, system has unknown
Aquamarine: built against 0.14.0, system has unknown
Version ABI string: 7d4a3c5768d5a04c7b62e63265c82a3659529fd7_aq_0.14_hu_0.14_hg_0.5_hc_0.1_hlg_0.6
flags set:
nix
I acknowledge that:
I have searched all (open and closed) discussions and issues and my problem is not there.
I have read the Code of Conduct and agree to follow it.
I wrote this request with my own hands, my own keyboard, and in my own words.
All reactions