You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the 50_resize-mode config uses $wm.binding.left, right, up, down but doesn't define them. Instead it relies on other configs to have already defined them.
I ran into the issue where using sway, I uninstalled 30_navigation in order to write my own and my configs broke because no where before 50_resize-mode had defined them.
I did double define them in my personal configs so I believe it would be possible to simply redefine them in 50_resize-mode but I wanted to confirm this is the best way before submitting a PR. It seems like this common definition could also be pulled up to a common place, higher in the config order.
the 50_resize-mode config uses $wm.binding.left, right, up, down but doesn't define them. Instead it relies on other configs to have already defined them.
I ran into the issue where using sway, I uninstalled 30_navigation in order to write my own and my configs broke because no where before
50_resize-mode
had defined them.I did double define them in my personal configs so I believe it would be possible to simply redefine them in
50_resize-mode
but I wanted to confirm this is the best way before submitting a PR. It seems like this common definition could also be pulled up to a common place, higher in the config order.regolith-wm-config/usr/share/regolith/common/config.d/50_resize-mode
Lines 19 to 22 in df63c0d
The text was updated successfully, but these errors were encountered: