update hyprland config

This commit is contained in:
Simon Rieger 2025-05-26 12:11:01 +02:00
parent 4c3d42ee1e
commit 3e0bbe5712

View file

@ -16,7 +16,6 @@ bind = $mainMod, Y, exec, cliphist list | fuzzel --dmenu | { read selection && [
bind = $mainMod+Shift, Y, exec, ~/.config/fuzzel/fuzzel-rbw.sh
bind = $mainMod+Shift, M, exec, ~/.config/hypr/scripts/power.sh exit
bind = $mainMod+Shift, N, exec, swaync-client -t -sw
bind = $mainMod+Shift, O, exec, ~/.config/hypr/scripts/dotool_wp-paste.sh
# Toggle animations/blur/etc hotkey
bind = $mainMod+Shift, G, exec, ~/.config/hypr/scripts/gamemode.sh
@ -35,6 +34,9 @@ bind = $mainMod, P, exec, ~/.config/hypr/scripts/screenshot.sh area
bind = $mainMod+Shift, P, exec, ~/.config/hypr/scripts/screenshot.sh edit
bind = Super, P, exec, ~/.config/hypr/scripts/screenshot.sh window
# Text Pasting Script
bind = Super+Shift, P, exec, ~/.config/hypr/scripts/dotool_wp-paste.sh
# Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l
bind = $mainMod, right, movefocus, r