Update hyprland QOL and niri, waybar for niri
This commit is contained in:
@@ -170,6 +170,12 @@ bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod, F, fullscreen
|
||||
bind = $mainMod_SHIFT, F, fullscreen, 1
|
||||
|
||||
# Resize windows, inspired by i3 config
|
||||
bind = $mainMod CTRL, right, resizeactive, 50 0
|
||||
bind = $mainMod CTRL, left, resizeactive, -50 0
|
||||
bind = $mainMod CTRL, up, resizeactive, 0 -50
|
||||
bind = $mainMod CTRL, down, resizeactive, 0 50
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
bind = $mainMod, right, movefocus, r
|
||||
@@ -221,16 +227,12 @@ bind = $mainMod, mouse_up , workspace, m+1
|
||||
bind = $mainMod SHIFT, mouse_down, workspace, r-1
|
||||
bind = $mainMod SHIFT, mouse_up , workspace, r+1
|
||||
|
||||
# Create new workspace on screen. Go to previous workspace on screen
|
||||
bind = $mainMod ALT, N, workspace, r+1
|
||||
bind = $mainMod ALT, P, workspace, r-1
|
||||
|
||||
bind = $mainMod SHIFT, N, movetoworkspace, r+1
|
||||
bind = $mainMod SHIFT, P, movetoworkspace, r-1
|
||||
|
||||
# Cycle through workspaces on the montior
|
||||
bind = $mainMod, N, workspace, m+1
|
||||
bind = $mainMod, P, workspace, m-1
|
||||
# Cycle through workspaces on the montior, relatively
|
||||
bind = $mainMod, N, workspace, r+1
|
||||
bind = $mainMod, P, workspace, r-1
|
||||
|
||||
# Swap windows from different monitors
|
||||
bind = $mainMod, S, swapactiveworkspaces, 0 1
|
||||
|
||||
Reference in New Issue
Block a user