Skip to content

Commit

Permalink
update hypr.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
dawsers committed Dec 4, 2024
1 parent be9ae64 commit 43fe2ee
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions hypr.conf
Original file line number Diff line number Diff line change
Expand Up @@ -105,17 +105,20 @@ bind = $mainMod CTRL, 3, focusworkspaceoncurrentmonitor, 3
bind = $mainMod, bracketleft, scroller:setmode, row
bind = $mainMod, bracketright, scroller:setmode, col

bind = $mainMod, equal, scroller:cyclesize, next
bind = $mainMod, minus, scroller:cyclesize, prev
bind = $mainMod, equal, scroller:cyclewidth, next
bind = $mainMod, minus, scroller:cyclewidth, prev
bind = $mainMod SHIFT, equal, scroller:cycleheight, next
bind = $mainMod SHIFT, minus, scroller:cycleheight, prev

# Center submap
# will switch to a submap called center
bind = $mainMod, C, submap, center
bind = $mainMod, c, submap, center
# will start a submap called "center"
submap = center
# sets repeatable binds for resizing the active window
bind = , C, scroller:alignwindow, c
bind = , C, submap, reset
bind = , c, scroller:alignwindow, c
bind = , c, submap, reset
bind = , m, scroller:alignwindow, m
bind = , m, submap, reset
bind = , right, scroller:alignwindow, r
bind = , right, submap, reset
bind = , left, scroller:alignwindow, l
Expand Down Expand Up @@ -235,7 +238,7 @@ bind = $mainMod SHIFT, semicolon, submap, trail
submap = trail
bind = , bracketright, scroller:trailnext,
bind = , bracketleft, scroller:trailprevious,
bind = , semicolon, scroller:trailknew,
bind = , semicolon, scroller:trailnew,
bind = , semicolon, submap, reset
bind = , d, scroller:traildelete,
bind = , d, submap, reset
Expand Down

0 comments on commit 43fe2ee

Please sign in to comment.