From 49e66aa5ea65358f9244babdbc07bd3ebd049fe2 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 25 Mar 2024 23:30:43 -0400 Subject: [PATCH] hyprland: added super + f11 to hide/show waybar --- home/hypr/hyprland.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/hypr/hyprland.conf b/home/hypr/hyprland.conf index ee3f0dc4..74277067 100644 --- a/home/hypr/hyprland.conf +++ b/home/hypr/hyprland.conf @@ -229,3 +229,6 @@ bind = , xf86launch2, exec, playerctl play-pause # Screenshot with hyprshot. bind = , PRINT, exec, hyprshot -m output --clipboard-only + +# Show/hide waybar. +bind = $mainMod, F11, exec, pkill -SIGUSR1 waybar \ No newline at end of file