From 1b4cfbe350fa55454c93191f48c0208d59c5b9f0 Mon Sep 17 00:00:00 2001 From: kenji Date: Sun, 11 Jan 2026 19:46:07 -0600 Subject: [PATCH] feat(waybar): add hyprland keybindings for system popups --- apps/waybar/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/waybar/default.nix b/apps/waybar/default.nix index cd51579..b719cdb 100644 --- a/apps/waybar/default.nix +++ b/apps/waybar/default.nix @@ -58,6 +58,13 @@ in { "uwsm app -- waybar" ]; + bind = [ + "SUPER, Escape, exec, hakase-popup-launch btop" + "SUPER, W, exec, hakase-popup-launch impala" + "SUPER, B, exec, hakase-popup-launch bluetui" + "SUPER, V, exec, hakase-popup-launch wiremix" + ]; + windowrulev2 = [ # --- POPUP RULES (Wifi, BT, Audio) --- "float, class:^(org\.hakase\.popup\..*)$"