From 7eb52e6d7b0345d7ec4db406446f9f6634e34d12 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 7 Jun 2025 11:59:45 +0200 Subject: [PATCH] Toggle waybar --- config/hypr/hyprland.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 2d6a4c0..53555b0 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -26,6 +26,7 @@ bind = SUPER SHIFT, X, exec, $webapp="https://x.com/compose/post" bind = SUPER, M, exec, spotify bind = SUPER, N, exec, alacritty -e nvim bind = SUPER, T, exec, alacritty -e btop +bind = SUPER SHIFT, SPACE, exec, pkill -SIGUSR1 waybar ############################# ### ENVIRONMENT VARIABLES ###