From 4540a3b8a037a53ee6ade7c2a3a211752cdb05f9 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Fri, 2 Feb 2024 11:23:21 +0000 Subject: [PATCH] wofi: add quit keybinding --- hypr/hyprland.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 945b1a0..1a123c3 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -152,6 +152,8 @@ bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, T, togglesplit, # dwindle bind = $mainMod, F, fullscreen, 1 bind = ALT, TAB, exec, $HOME/.cargo/bin/window_switcher +bind = CONTROL, C, exec, pkill wofi + # Move focus with mainMod + arrow keys bind = $mainMod, L, movefocus, l bind = $mainMod, H, movefocus, r