diff --git a/.config/hypr/configs/binds.conf b/.config/hypr/configs/binds.conf index 0891a796..f9271dd7 100644 --- a/.config/hypr/configs/binds.conf +++ b/.config/hypr/configs/binds.conf @@ -27,7 +27,7 @@ bind = SUPER, 23, exec, rofi -show drun # Tab # Scratchpads bind = SUPER, V, exec, pypr toggle volume -bind = SUPER, 51, exec, pypr toggle terminal && hyprctl dispatch bringactivetotop ## Backslash +bind = SUPER, 51, exec, pypr toggle terminal && hyprctl dispatch bringactivetotop # Backslash bind = SUPER, B, exec, pypr toggle btop && hyprctl dispatch bringactivetotop bind = SUPERSHIFT, G, exec, pypr toggle gpt && hyprctl dispatch bringactivetotop bind = SUPERSHIFT, B, exec, pypr toggle bluetooth && hyprctl dispatch bringactivetotop @@ -54,7 +54,7 @@ bind = SUPERSHIFT, W, exec, ~/.config/hypr/scripts/wallpaper select bind = SUPERCTRL, W, exec, ~/.config/hypr/scripts/wallpaper random # Keybindings Cheatsheet -bind = SUPER, I, exec, ~/.config/hypr/scripts/rofi/keybindings +bind = SUPER, F1, exec, ~/.config/hypr/scripts/rofi/keybindings # Recording bind = SUPERSHIFT, R, exec, ~/.config/hypr/scripts/rofi/recording @@ -170,13 +170,14 @@ bindl = SUPERCTRL, mouse_down, exec, playerctl next bindl = , XF86AudioMedia, exec, playerctl play-pause bindl = , XF86AudioStop, exec, playerctl stop - bindle = , XF86AudioRaiseVolume, exec, swayosd --output-volume raise bindle = , XF86AudioLowerVolume, exec, swayosd --output-volume lower - bindle = , XF86AudioMute, exec, swayosd --output-volume mute-toggle bindle = , XF86AudioMicMute, exec, exec swayosd --input-volume mute-toggle - # Disable anim, blur, etc -bind = SUPER, F1, exec, ~/.config/hypr/scripts/performance +bind = SUPER, F12, exec, ~/.config/hypr/scripts/performance + +# Open Wiki +bind = SUPERSHIFT, F1, exec, xdg-open https://wiki.hyprland.org/ +bind = SUPERCTRL, F1, exec, xdg-open https://github.com/Matt-FTW/dotfiles/wiki