93 lines
3.1 KiB
Plaintext
93 lines
3.1 KiB
Plaintext
$mainMod = SUPER
|
|
|
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
|
bind = $mainMod, RETURN, exec, ghostty
|
|
bind = $mainMod, B, exec, floorp
|
|
bind = SUPER, BackSpace, killactive,
|
|
bind = SUPER_SHIFT, P, exec, rofi -show power-menu -modi power-menu:rofi-power-menu
|
|
bind = $mainMod, M, exec, rofi -show drun
|
|
bind = $mainMod, M, exec, rofi -show power-menu -modi power-menu:rofi-power-menurofi -show drun
|
|
bind = $mainMod, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
|
|
#bind = $mainMod, E, exec, dolphin
|
|
bind = $mainMod, Space, togglefloating,
|
|
bind = $mainMod, S, exec, rofi-screenshot,
|
|
|
|
# bind = $mainMod, R, exec, rofi -show drun
|
|
#bind = $mainMod, P, pseudo, # dwindle
|
|
#bind = $mainMod, J, togglesplit, # dwindle
|
|
bind = $mainMod, F, fullscreen,1
|
|
bind = SUPER_SHIFT, F, fullscreen,0
|
|
|
|
# Move focus with mainMod + hjkl keys
|
|
bind = $mainMod, H, movefocus, l
|
|
bind = $mainMod, L, movefocus, r
|
|
bind = $mainMod, K, movefocus, u
|
|
bind = $mainMod, J, movefocus, d
|
|
# Move windows with mainMod + hjkl keys
|
|
bind = SUPER_SHIFT, H, movewindow, l
|
|
bind = SUPER_SHIFT, J, movewindow, d
|
|
bind = SUPER_SHIFT, K, movewindow, u
|
|
bind = SUPER_SHIFT, L, movewindow, r
|
|
|
|
# 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
|
|
|
|
|
|
# Mediakeys
|
|
bind = , XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +1%
|
|
bind = , XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -1%
|
|
bind = , XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
|
|
bind = , XF86MonBrightnessDown, exec, light -U 10
|
|
bind = , XF86MonBrightnessUp, exec, light -A 10
|
|
|
|
|
|
# will switch to a submap called resize
|
|
bind = $mainMod, R, submap, resize
|
|
|
|
# will start a submap called "resize"
|
|
submap = resize
|
|
|
|
# sets repeatable binds for resizing the active window
|
|
binde = , L, resizeactive, 10 0
|
|
binde = , H, resizeactive, -10 0
|
|
binde = , K, resizeactive, 0 -10
|
|
binde = , J, resizeactive, 0 10
|
|
|
|
# use reset to go back to the global submap
|
|
bind = , escape, submap, reset
|
|
|
|
# will reset the submap, which will return to the global submap
|
|
submap = reset
|
|
|
|
# keybinds further down will be global again...
|