From 28f6066a3603f1d9a335bd32afd277b0d25f1534 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sat, 10 Feb 2024 16:27:48 +0000 Subject: Changed bar toggle bind so it only toggles the bar of the active monitor --- .config/hypr/hyprland.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/hypr/hyprland.conf') diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index da029e1..8888334 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -257,7 +257,8 @@ bind = $mainMod CONTROL, PRINT, exec, ~/.local/bin/screenshot.sh focused-window bind = $mainMod, Z, swapactiveworkspaces, HDMI-A-1 eDP-1 # Toggle Eww Bar -bind = $mainMod, B, exec, eww kill || ~/.config/eww/scripts/start.sh +# bind = $mainMod, B, exec, eww kill || ~/.config/eww/scripts/start.sh +bind = $mainMod, B, exec, ~/.config/eww/scripts/bar-toggle.sh # Toggle keyboard layout bind = $mainMod SHIFT, Y, exec, hyprctl switchxkblayout at-translated-set-2-keyboard next; hyprctl switchxkblayout justine-smithies-jmspicotkl next -- cgit v1.2.3