I just realized that these keybindings only work on certain layout like columns! Thank you Marco
On Wednesday, November 11, 2020 at 3:37:01 p.m. UTC-5 [email protected] wrote: > What layout are you in when using the keybindings below? > > On Wed, Nov 11, 2020 at 2:22 PM Joe Yabuki <[email protected]> wrote: > >> >> Hello guys >> I have these keybindings to modify the window size, but when I press on >> the key combination, it doesn't do anything, any idea why this is not >> working? >> Key([mod, "control"], "h", lazy.layout.grow_left(), >> desc="Grow window to the left"), >> Key([mod, "control"], "l", lazy.layout.grow_right(), >> desc="Grow window to the right"), >> Key([mod, "control"], "j", lazy.layout.grow_down(), >> desc="Grow window down"), >> Key([mod, "control"], "k", lazy.layout.grow_up(), desc="Grow window >> up"), >> Key([mod], "n", lazy.layout.normalize(), desc="Reset all window >> sizes"), >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "qtile-dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/qtile-dev/f526ec31-e06a-4076-887a-2c5c0dbcef09n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/qtile-dev/f526ec31-e06a-4076-887a-2c5c0dbcef09n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "qtile-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qtile-dev/ffb62146-d11f-4f02-8a3f-492153911268n%40googlegroups.com.
