$mainMod = SUPER #Wallpaper Menu bind = $mainMod, W, exec, ~/scripts/pywal/wallpapermenu.sh #Resort Wallpapers and sync to nextcloud bind = $mainMod SHIFT, U, exec, ~/scripts/wallpapersync.sh #Cliphistory bind = $mainMod SHIFT, H, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy #ComfyUI bind = $mainMod SHIFT, C, exec, ~/ComfyUI/start.sh #calculator bind = $mainMod, C, exec, qalculate-gtk #Firefox bind = $mainMod, B, exec, zen-browser #3dequalizer startup script bind = $mainMod, T, exec, ~/Software/3DE4_linux64_r5/bin/wrapper_startup_script_r5 #Quixel Bridge bind = $mainMod SHIFT, B, exec, ~/Software/start-bridge.sh #NukeX bind = $mainMod, N, exec, ~/Nuke15.2v6/Nuke15.2 --nukex >/dev/null 2>&1 & bind = $mainMod, H, exec, ~/Nuke15.2v6/Nuke15.2 --hiero >/dev/null 2>&1 & #Waybar theme bind = $mainMod SHIFT, W, exec, ~/.config/waybar/scripts/switch-layout.sh #Waybar Kill bind = $mainMod SHIFT, R, exec, ~/.config/waybar/scripts/switch-style.sh #Launch Minecraft bind = $mainMod SHIFT, G, exec, prime-run minecraft-launcher #Launch Discord bind = $mainMod SHIFT, V, exec, Discord #launch parsec bind = $mainMod, P, exec, parsecd # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, Q, exec, kitty #open the terminal bind = $mainMod SHIFT, Q, exec, ~/Software/start-claude-code.sh bind = $mainMod SHIFT, X, killactive, # close the active window bind = $mainMod, L, exec, swaylock # Lock the screen bind = $mainMod, M, exec, wlogout --protocol layer-shell # show the logout window bind = $mainMod SHIFT, M, exit, # Exit Hyprland all together no (force quit Hyprland) bind = $mainMod, E, exec, thunar # Show the graphical file browser bind = $mainMod, V, togglefloating, # Allow a window to float bind = $mainMod, SPACE, exec, wofi --color # ~/.cache/wal/colors.css # Show the graphicall app launcher bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, S, exec, grim -g "$(slurp)" - | swappy -f - # take a screenshot # Screenshot keybindings bind = , Print, exec, grim - | wl-copy # Full screen to clipboard bind = SHIFT, Print, exec, grim -g "$(slurp)" - | wl-copy # Selection to clipboard bind = CTRL, Print, exec, grim ~/Pictures/screenshot_$(date +%Y%m%d_%H%M%S).png # Full screen to file bind = CTRL SHIFT, Print, exec, grim -g "$(slurp)" ~/Pictures/screenshot_$(date +%Y%m%d_%H%M%S).png # Selection to file bind = ,156, exec, rog-control-center # ASUS Armory crate key bind = ,211, exec, asusctl profile -n; pkill -SIGRTMIN+8 waybar # Fan Profile key switch between power profiles bind = ,121, exec, pamixer -t # Speaker Mute FN+F1 bind = ,122, exec, pamixer -d 5 # Volume lower key bind = ,123, exec, pamixer -i 5 # Volume Higher key bind = ,256, exec, pamixer --default-source -t # Mic mute key bind = ,232, exec, brightnessctl set 10%- # Screen brightness down FN+F7 bind = ,233, exec, brightnessctl set 10%+ # Screen brightness up FN+F8 bind = ,237, exec, brightnessctl -d asus::kbd_backlight set 33%- # Keyboard brightness down FN+F2 bind = ,238, exec, brightnessctl -d asus::kbd_backlight set 33%+ # Keyboard brightnes up FN+F3 bind = ,210, exec, asusctl led-mode -n # Switch keyboard RGB profile FN+F4 # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l bind = $mainMod, right, movefocus, r bind = $mainMod, up, movefocus, u bind = $mainMod, down, movefocus, d # Switch workspaces with mainMod + [0-9] bind = $mainMod, 1, workspace, 1 bind = $mainMod, 2, workspace, 2 bind = $mainMod, 3, workspace, 3 bind = $mainMod, 4, workspace, 4 bind = $mainMod, 5, workspace, 5 bind = $mainMod, 6, workspace, 6 bind = $mainMod, 7, workspace, 7 bind = $mainMod, 8, workspace, 8 bind = $mainMod, 9, workspace, 9 bind = $mainMod, 0, workspace, 10 # Move active window to a workspace with mainMod + SHIFT + [0-9] bind = $mainMod SHIFT, 1, movetoworkspace, 1 bind = $mainMod SHIFT, 2, movetoworkspace, 2 bind = $mainMod SHIFT, 3, movetoworkspace, 3 bind = $mainMod SHIFT, 4, movetoworkspace, 4 bind = $mainMod SHIFT, 5, movetoworkspace, 5 bind = $mainMod SHIFT, 6, movetoworkspace, 6 bind = $mainMod SHIFT, 7, movetoworkspace, 7 bind = $mainMod SHIFT, 8, movetoworkspace, 8 bind = $mainMod SHIFT, 9, movetoworkspace, 9 bind = $mainMod SHIFT, 0, movetoworkspace, 10 # Scroll through existing workspaces with mainMod + scroll bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_up, workspace, e-1 # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow