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