Update hyprland QOL and niri, waybar for niri

This commit is contained in:
Antoine Phan
2025-05-24 22:23:42 -04:00
parent 986b8cbaed
commit dbaadad869
5 changed files with 47 additions and 13 deletions

View File

@@ -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