Reposition some keybinds in the hyprland config

This commit is contained in:
2025-01-05 01:32:02 +01:00
parent 9dabe38e71
commit a7581081fe

View File

@@ -208,6 +208,20 @@ bind = ,XF86MonBrightnessUp, exec, brightnessctl set +10% && bash ~/.dots/scrip
bind = ,XF86MonBrightnessDown, exec, brightnessctl set 10%- && bash ~/.dots/scripts/dunstifyBrightness.sh
bind = ,XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
bind = ,XF86AudioMicMute, exec, pactl set-source-mute @DEFAULT_SOURCE@ toggle && bash ~/.dots/scripts/getSourceMute.sh
#Waybar bindings
# Hide and Unhide
bind = $mainMod, H, exec, pkill -SIGUSR1 waybar
# Reload config
bind = $mainMod CTRL, R, exec, pkill -SIGUSR2 waybar
#Open Pacseek (Mostly for updaes and such)
bind = $mainMod, U, exec, alacritty -e pacseek
# Binds with alternate Mod key
$altMod = ALT
@@ -236,20 +250,6 @@ bind = $mainMod, up, movefocus, u
bind = $mainMod, down, movefocus, d
#Waybar bindings
# Hide and Unhide
bind = $mainMod, H, exec, pkill -SIGUSR1 waybar
# Reload config
bind = $mainMod CTRL, R, exec, pkill -SIGUSR2 waybar
#Open Pacseek (Mostly for updaes and such)
bind = $mainMod, U, exec, alacritty -e pacseek
# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1
bind = $mainMod, 2, workspace, 2