Skip to content

Commit

Permalink
[hypr] monitor navigation without hardcode
Browse files Browse the repository at this point in the history
  • Loading branch information
ejiek committed Aug 30, 2023
1 parent 223b695 commit 73769ef
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions modules/hyprland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,13 @@ in {
bind = $mainMod, K, movefocus, u
bind = $mainMod, J, movefocus, d
bind = $mainMod, I, focusmonitor, DP-2
bind = $mainMod, O, focusmonitor, HDMI-A-1
# Move focus to anothe monitor
bind = $mainMod, I, focusmonitor, l
bind = $mainMod, O, focusmonitor, r
# Move window to anothe monitor
bind = $mainMod SHIFT, I, movewindow, mon:l
bind = $mainMod SHIFT, O, movewindow, mon:r
# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1
Expand Down

0 comments on commit 73769ef

Please sign in to comment.