Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

binds stop working after scrolling #7943

Open
1 task done
SvenskOstkakaMedSylt opened this issue Sep 28, 2024 · 1 comment
Open
1 task done

binds stop working after scrolling #7943

SvenskOstkakaMedSylt opened this issue Sep 28, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@SvenskOstkakaMedSylt
Copy link

Already reported ? *

  • I have searched the existing open and closed issues.

Regression?

No

System Info and Version

System/Version info
Hyprland, built from branch main at commit 0f594732b063a90d44df8c5d402d658f27471dfe  (props: bump version to 0.43.0).
Date: 2024-09-08
Tag: v0.43.0, commits: 0f594732b063a90d44df8c5d402d658f27471dfe
 
flags: (if any)
 
 
System Information:
System name: Linux
Node name: BifrostMini
Release: 6.6.52
Version: #1-NixOS SMP PREEMPT_DYNAMIC Wed Sep 18 17:24:10 UTC 2024
 
 
GPU information: 
00:0f.0 VGA compatible controller [0300]: VMware SVGA II Adapter [15ad:0405] (prog-if 00 [VGA controller])
	Subsystem: VMware SVGA II Adapter [15ad:0405]
 
 
os-release: ANSI_COLOR="1;34"
BUG_REPORT_URL="https://github.com/NixOS/nixpkgs/issues"
BUILD_ID="24.11.20240926.1925c60"
DOCUMENTATION_URL="https://nixos.org/learn.html"
HOME_URL="https://nixos.org/"
ID=nixos
IMAGE_ID=""
IMAGE_VERSION=""
LOGO="nix-snowflake"
NAME=NixOS
PRETTY_NAME="NixOS 24.11 (Vicuna)"
SUPPORT_URL="https://nixos.org/community.html"
VERSION="24.11 (Vicuna)"
VERSION_CODENAME=vicuna
VERSION_ID="24.11"
 
 
plugins:
 
======Config-Start======
 
 
Config File: /home/fern/.config/hypr/hyprland.conf: Read Succeeded
exec-once = /nix/store/4a86f7kq7757fjwf5zzwk0jxixn4330n-dbus-1.14.10/bin/dbus-update-activation-environment --systemd DISPLAY HYPRLAND_INSTANCE_SIGNATURE WAYLAND_DISPLAY XDG_CURRENT_DESKTOP && systemctl --user stop hyprland-session.target && systemctl --user start hyprland-session.target
$mod=Super_R
dwindle {
  force_split=2
  preserve_split=true
  pseudotile=true
}
 
input {
  kb_layout=se
}
binds=$mod, q, killactive
binds=$mod, m, exit
binds=$mod, Return, exec, foot
binds=$mod, f, exec, firefox
binds=$mod, m, togglesplit
binds=$mod, left, movefocus, l
binds=$mod, right, movefocus, r
binds=$mod, up, movefocus, u
binds=$mod, down, movefocus, d
binds=$mod, h, movefocus, l
binds=$mod, l, movefocus, r
binds=$mod, k, movefocus, u
binds=$mod, j, movefocus, d
binds=$mod&Shift_L, left, movewindow, l
binds=$mod&Shift_L, right, movewindow, r
binds=$mod&Shift_L, up, movewindow, u
binds=$mod&Shift_L, down, movewindow, d
binds=$mod&Shift_L, h, movewindow, l
binds=$mod&Shift_L, l, movewindow, r
binds=$mod&Shift_L, k, movewindow, u
binds=$mod&Shift_L, j, movewindow, d
binds=$mod,1,workspace,1
binds=$mod&Shift_L,1,movetoworkspace,1
binds=$mod&Control_L,1,movetoworkspacesilent,1
binds=$mod,2,workspace,2
binds=$mod&Shift_L,2,movetoworkspace,2
binds=$mod&Control_L,2,movetoworkspacesilent,2
binds=$mod,3,workspace,3
binds=$mod&Shift_L,3,movetoworkspace,3
binds=$mod&Control_L,3,movetoworkspacesilent,3
binds=$mod,4,workspace,4
binds=$mod&Shift_L,4,movetoworkspace,4
binds=$mod&Control_L,4,movetoworkspacesilent,4
binds=$mod,5,workspace,5
binds=$mod&Shift_L,5,movetoworkspace,5
binds=$mod&Control_L,5,movetoworkspacesilent,5
binds=$mod,6,workspace,6
binds=$mod&Shift_L,6,movetoworkspace,6
binds=$mod&Control_L,6,movetoworkspacesilent,6
binds=$mod,7,workspace,7
binds=$mod&Shift_L,7,movetoworkspace,7
binds=$mod&Control_L,7,movetoworkspacesilent,7
binds=$mod,8,workspace,8
binds=$mod&Shift_L,8,movetoworkspace,8
binds=$mod&Control_L,8,movetoworkspacesilent,8
binds=$mod,9,workspace,9
binds=$mod&Shift_L,9,movetoworkspace,9
binds=$mod&Control_L,9,movetoworkspacesilent,9
binds=$mod,0,workspace,10
binds=$mod&Shift_L,0,movetoworkspace,10
binds=$mod&Control_L,0,movetoworkspacesilent,10
 
======Config-End========

Description

After scrolling (does not matter where), any "binds = " stop working until a mouse button is clicked. This is not an issue with the vm or nix since it also occurs in the host (which uses arch).

How to reproduce

  1. Set a binding via "binds = "... .
  2. Attempt to use the binding (this works)
  3. Scroll
  4. Attempt to use the binding (this does not work)
  5. Click with any mouse button
  6. Attempt to use the binding (this works)

Crash reports, logs, images, videos

No response

@SvenskOstkakaMedSylt SvenskOstkakaMedSylt added the bug Something isn't working label Sep 28, 2024
@vaxerski
Copy link
Member

what

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants