feat(hypr): launcher for windows and some bindings for audio

This commit is contained in:
Sergio Laín 2025-08-10 19:02:20 +02:00
parent 4613ecb89e
commit 205108d994
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438
2 changed files with 6 additions and 4 deletions

View file

@ -26,6 +26,7 @@ bind = $mainMod CTRL, T, exec, $bar-toggle
# Pickers/Launchers # Pickers/Launchers
bind = $mainMod, TAB, exec, $launcher bind = $mainMod, TAB, exec, $launcher
bind = ALT, ESCAPE, exec, $launcher-windows
bind = $mainMod SHIFT, W, exec, $launcher-scripts/wallpaper/wallpaper bind = $mainMod SHIFT, W, exec, $launcher-scripts/wallpaper/wallpaper
bind = $mainMod, 61, exec, $launcher-scripts/keybindings/keybindings # / bind = $mainMod, 61, exec, $launcher-scripts/keybindings/keybindings # /
bind = $mainMod, ESCAPE, exec, $launcher-scripts/powermenu/powermenu 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 bindl = $mainMod CTRL, 21, exec, playerctl next # Plus Key
bindle = , XF86AudioRaiseVolume, exec, swayosd-client --output-volume +10 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 = , 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 = , 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 = , 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 ## Brightness
bindle = , XF86MonBrightnessUp, exec, swayosd-client --brightness +10 bindle = , XF86MonBrightnessUp, exec, swayosd-client --brightness +10

View file

@ -1,5 +1,6 @@
# Define your programs # Define your programs
$launcher = rofi -show drun $launcher = rofi -show drun
$launcher-windows = rofi -show window
$bar = waybar $bar = waybar
$bar-toggle = killall -SIGUSR1 $bar $bar-toggle = killall -SIGUSR1 $bar