hyprwm / Hyprland

Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
https://hyprland.org
BSD 3-Clause "New" or "Revised" License
21.65k stars 903 forks source link

One of the kb_options, terminate:ctrl_alt_bksp, doesn't work #3347

Open rrdaud opened 1 year ago

rrdaud commented 1 year ago

Hyprland Version

Hyprland, built from branch at commit 96d555e8e794627bfc561e294e148ab8a9961fcc dirty (). Tag: v0.29.1 flags: (if any)

Bug or Regression?

Bug

Description

One of the kb_options, the one to terminate via Ctrl+Alt+Bksp, is getting ignored. The config file reads:

kb_options = grp:alt_space_toggle,shift:both_capslock_cancel,terminate:ctrl_alt_bksp,altwin:swap_lalt_lwin

All options work but the one.

How to reproduce

Include terminate:ctrl_alt_bksp in kb_options. Try and see whether it works.

Crash reports, logs, images, videos

No response

rrdaud commented 1 year ago

Edited to exclude shift:both_capslock_cancel as it was an unrelated problem (namely, keyd capturing the keys ahead of the compositor).