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.

Reply via email to