My personal dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: split keybinds and added info

legoraft f133147e c87080c5

+8 -6
+8 -6
hypr/.config/hypr/hyprland/keybinds.conf
··· 1 1 # -- Keybinds -- 2 - $mainMod = SUPER # Sets "Windows" key as main modifier 2 + $mainMod = SUPER 3 3 4 - # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more 5 - bind = $mainMod, return, exec, $terminal 4 + # Management 6 5 bind = $mainMod, Q, killactive, 7 6 bind = $mainMod SHIFT, E, exit, 8 7 9 - # Switch workspaces with mainMod + [0-9] 8 + # Applications 9 + bind = $mainMod, return, exec, $terminal 10 + 11 + # Switch workspaces with mod + [0-9] 10 12 bind = $mainMod, 1, workspace, 1 11 13 bind = $mainMod, 2, workspace, 2 12 14 bind = $mainMod, 3, workspace, 3 ··· 14 16 bind = $mainMod, 5, workspace, 5 15 17 bind = $mainMod, 6, workspace, 6 16 18 17 - # Move active window to a workspace with mainMod + SHIFT + [0-9] 19 + # Move active window to a workspace with mod + SHIFT + [0-9] 18 20 bind = $mainMod SHIFT, 1, movetoworkspace, 1 19 21 bind = $mainMod SHIFT, 2, movetoworkspace, 2 20 22 bind = $mainMod SHIFT, 3, movetoworkspace, 3 ··· 22 24 bind = $mainMod SHIFT, 5, movetoworkspace, 5 23 25 bind = $mainMod SHIFT, 6, movetoworkspace, 6 24 26 25 - # Move/resize windows with mainMod + LMB/RMB and dragging 27 + # Move/resize windows with mod + LMB/RMB and dragging 26 28 bindm = $mainMod, mouse:272, movewindow 27 29 bindm = $mainMod, mouse:273, resizewindow 28 30