diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-26 14:33:08 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-26 14:33:08 -0600 |
| commit | ae06472f2a78de1b7e36c79da3c7a6255bddb4d2 (patch) | |
| tree | 993ac80b55f36cbefc3cfef02d7f263dec03172d /dotfiles/hyprland | |
| parent | d23d9784a08092419f50cde2fff4f85dd1fd1cd0 (diff) | |
| download | archsetup-ae06472f2a78de1b7e36c79da3c7a6255bddb4d2.tar.gz archsetup-ae06472f2a78de1b7e36c79da3c7a6255bddb4d2.zip | |
feat(hyprland): add hyprctl kill binding (Ctrl+Alt+Super+K)
Wayland equivalent of xkill - click any window to force kill it.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/hyprland')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index 4a94ad1..0e582d3 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -307,6 +307,7 @@ bind = $mod, F9, exec, toggle-touchpad bind = $mod SHIFT, Q, exec, pgrep -x wlogout || wlogout -b 3 -T 600 -B 600 -L 1200 -R 1200 -c 20 -r 20 bind = $mod SHIFT, BACKSPACE, exit bind = $mod SHIFT, ESCAPE, exec, hyprctl reload +bind = CTRL ALT $mod, K, exec, hyprctl kill # Mouse bindings (from DWM buttons) bindm = $mod, mouse:272, movewindow |
