From 0280f7fff62f1a2bed694f2c6cf10df20c2886df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 20 Dec 2023 16:49:22 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(hypr):=20added=20wiki=20keybin?= =?UTF-8?q?ds=20for=20the=20wm=20and=20dots?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/configs/binds.conf | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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