From 205108d99430dde0da33443274b584ac94458985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 10 Aug 2025 19:02:20 +0200 Subject: [PATCH] feat(hypr): launcher for windows and some bindings for audio --- .config/hypr/configs/binds.conf | 9 +++++---- .config/hypr/configs/default_apps.conf | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.config/hypr/configs/binds.conf b/.config/hypr/configs/binds.conf index e7a9b99c..66010d95 100644 --- a/.config/hypr/configs/binds.conf +++ b/.config/hypr/configs/binds.conf @@ -26,6 +26,7 @@ bind = $mainMod CTRL, T, exec, $bar-toggle # Pickers/Launchers bind = $mainMod, TAB, exec, $launcher +bind = ALT, ESCAPE, exec, $launcher-windows bind = $mainMod SHIFT, W, exec, $launcher-scripts/wallpaper/wallpaper bind = $mainMod, 61, exec, $launcher-scripts/keybindings/keybindings # / bind = $mainMod, ESCAPE, exec, $launcher-scripts/powermenu/powermenu @@ -176,14 +177,14 @@ bindl = $mainMod CTRL, mouse:276, exec, playerctl next # Extra Forward Button bindl = $mainMod CTRL, 21, exec, playerctl next # Plus Key bindle = , XF86AudioRaiseVolume, exec, swayosd-client --output-volume +10 -bindle = $mainMod SHIFT, 21, exec, swayosd-client --output-volume raise # Minus key +bindle = $mainMod, 21, exec, swayosd-client --output-volume raise # Minus key bindle = , XF86AudioLowerVolume, exec, swayosd-client --output-volume -10 -bindle = $mainMod SHIFT, 20, exec, swayosd-client --output-volume lower # Plus key +bindle = $mainMod, 20, exec, swayosd-client --output-volume lower # Plus key bindle = , XF86InputRaiseVolume, exec, swayosd-client --input-volume raise -bindle = $mainMod ALT, 21, exec, swayosd-client --input-volume raise # Minus key +bindle = $mainMod SHIFT, 21, exec, swayosd-client --input-volume raise # Minus key bindle = , XF86InputLowerVolume, exec, swayosd-client --input-volume lower -bindle = $mainMod ALT, 20, exec, swayosd-client --input-volume lower # Plus key +bindle = $mainMod SHIFT, 20, exec, swayosd-client --input-volume lower # Plus key ## Brightness bindle = , XF86MonBrightnessUp, exec, swayosd-client --brightness +10 diff --git a/.config/hypr/configs/default_apps.conf b/.config/hypr/configs/default_apps.conf index 4dc70e22..17aadfd8 100644 --- a/.config/hypr/configs/default_apps.conf +++ b/.config/hypr/configs/default_apps.conf @@ -1,5 +1,6 @@ # Define your programs $launcher = rofi -show drun +$launcher-windows = rofi -show window $bar = waybar $bar-toggle = killall -SIGUSR1 $bar