diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-02-10 16:27:48 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-02-10 16:27:48 +0000 |
commit | 28f6066a3603f1d9a335bd32afd277b0d25f1534 (patch) | |
tree | ecdfd35605e4070e0622b0ee99e98587de8cd90a /.config/hypr/hyprland.conf | |
parent | 4e530fb055a14fbea2e0107fcc542dd802a22771 (diff) |
Changed bar toggle bind so it only toggles the bar of the active monitor
Diffstat (limited to '.config/hypr/hyprland.conf')
-rw-r--r-- | .config/hypr/hyprland.conf | 3 |
1 files changed, 2 insertions, 1 deletions
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 |