From 5d33f239b8cfb941f62b1a1c82497e05db01ccc2 Mon Sep 17 00:00:00 2001 From: Hydroxycarbamide Date: Fri, 12 Jul 2024 22:12:58 +0200 Subject: [PATCH] update hypr config --- dot_config/hypr/appearance.conf | 4 ++-- dot_config/hypr/binds.conf | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dot_config/hypr/appearance.conf b/dot_config/hypr/appearance.conf index 6e0fe6c..ec500b1 100644 --- a/dot_config/hypr/appearance.conf +++ b/dot_config/hypr/appearance.conf @@ -91,13 +91,13 @@ animations { dwindle { pseudotile = true # enable pseudotiling on dwindle - no_gaps_when_only = 1 + no_gaps_when_only = 0 } master { always_center_master = false mfact = 0.55 - no_gaps_when_only = 1 + no_gaps_when_only = 0 } misc { diff --git a/dot_config/hypr/binds.conf b/dot_config/hypr/binds.conf index 171f0d8..89ba2eb 100644 --- a/dot_config/hypr/binds.conf +++ b/dot_config/hypr/binds.conf @@ -154,6 +154,7 @@ bind = $mod CONTROL, Space, changegroupactive bind = $mod, comma, focusmonitor, -1 bind = $mod, period, focusmonitor, +1 +bind = $mod, TAB, focusmonitor, +1 bind = $mod SHIFT, comma, movewindow, mon:-1 bind = $mod SHIFT, period, movewindow, mon:+1