diff --git a/homes/nathan/home-manager/dotfiles/hypr/dwindle.conf b/homes/nathan/home-manager/dotfiles/hypr/dwindle.conf index 05fa331..b7ed1ec 100644 --- a/homes/nathan/home-manager/dotfiles/hypr/dwindle.conf +++ b/homes/nathan/home-manager/dotfiles/hypr/dwindle.conf @@ -4,13 +4,13 @@ dwindle { preserve_split = yes # you probably want this } -bind = $mainMod, F1, submap dwindle +bind = $mainMod, F1, submap, dwindle submap = master -bind = $mainMod, F2, submap master -bind = $mainMod, F3, submap scrolling -bind = $mainMod, End, submap reset +bind = $mainMod, F2, submap, master +bind = $mainMod, F3, submap, scrolling +bind = $mainMod, End, submap, reset bind = $mainMod, down, workspace, r+1 bind = $mainMod, up, workspace, r-1 diff --git a/homes/nathan/home-manager/dotfiles/hypr/master.conf b/homes/nathan/home-manager/dotfiles/hypr/master.conf index ceccded..34b0620 100644 --- a/homes/nathan/home-manager/dotfiles/hypr/master.conf +++ b/homes/nathan/home-manager/dotfiles/hypr/master.conf @@ -4,13 +4,13 @@ master { new_status = "master" } -bind = $mainMod, F2, submap master +bind = $mainMod, F2, submap, master submap = master -bind = $mainMod, F1, submap dwindle -bind = $mainMod, F3, submap scrolling -bind = $mainMod, End, submap reset +bind = $mainMod, F1, submap, dwindle +bind = $mainMod, F3, submap, scrolling +bind = $mainMod, End, submap, reset bind = $mainMod, down, workspace, r+1 bind = $mainMod, up, workspace, r-1 diff --git a/homes/nathan/home-manager/dotfiles/hypr/scroll.conf b/homes/nathan/home-manager/dotfiles/hypr/scroll.conf index 63d7f37..6f4f3da 100644 --- a/homes/nathan/home-manager/dotfiles/hypr/scroll.conf +++ b/homes/nathan/home-manager/dotfiles/hypr/scroll.conf @@ -4,13 +4,13 @@ scrolling { direction = "right" } -bind = $mainMod, F3, submap scrolling +bind = $mainMod, F3, submap, scrolling submap = scrolling -bind = $mainMod, F1, submap dwindle -bind = $mainMod, F2, submap master -bind = $mainMod, End, submap reset +bind = $mainMod, F1, submap, dwindle +bind = $mainMod, F2, submap, master +bind = $mainMod, End, submap, reset bind = $mainMod, down, workspace, r+1 bind = $mainMod, up, workspace, r-1