From 0c7291d3ebc8290bdf297351c4e47cb6e7d75eff Mon Sep 17 00:00:00 2001 From: Nathan Date: Tue, 31 Mar 2026 20:25:04 -0500 Subject: [PATCH] test --- homes/nathan/home-manager/dotfiles/hypr/dwindle.conf | 8 ++++---- homes/nathan/home-manager/dotfiles/hypr/master.conf | 8 ++++---- homes/nathan/home-manager/dotfiles/hypr/scroll.conf | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) 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