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 | 618231ad4517b4063d924b59d9129f18f246f77c (patch) | |
| tree | d07ea3fa4712db5b8384106943cc5654810bf1f0 /dotfiles/hyprland | |
| parent | 36973f235e5ac22e91524d935ab72a37a59e9091 (diff) | |
| download | archsetup-618231ad4517b4063d924b59d9129f18f246f77c.tar.gz archsetup-618231ad4517b4063d924b59d9129f18f246f77c.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 |
