🔧 add keybindings for fullscreen & workspace-switching
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
11b1185afc
commit
1057f9ff07
1 changed files with 5 additions and 9 deletions
|
@ -231,13 +231,14 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
|||
bind = $mainMod, S, togglespecialworkspace, magic
|
||||
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||
|
||||
# Scroll through existing workspaces with mainMod + scroll
|
||||
bind = $mainMod, mouse_down, workspace, e+1
|
||||
bind = $mainMod, mouse_up, workspace, e-1
|
||||
# Scroll through existing workspaces with mainMod + TAB
|
||||
bind = $mainMod, TAB, workspace, e+1
|
||||
bind = $mainMod SHIFT, TAB, workspace, e-1
|
||||
|
||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
bind = $mainMod, F, fullscreen
|
||||
|
||||
# Laptop multimedia keys for volume and LCD brightness
|
||||
bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||
|
@ -254,9 +255,4 @@ bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%-
|
|||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
|
||||
|
||||
# Example windowrule v1
|
||||
# windowrule = float, ^(kitty)$
|
||||
|
||||
# Example windowrule v2
|
||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||
windowrulev2 = suppressevent maximize, class:.*
|
||||
windowrulev2 = suppressevent maximize, class:.* # correct size on laptop
|
||||
|
|
Loading…
Reference in a new issue