This commit is contained in:
Stephan Raabe
2023-08-01 08:00:25 +02:00
parent 8ff8213282
commit 886fdf1580
2 changed files with 11 additions and 5 deletions

View File

@@ -86,8 +86,8 @@ keys = [
# Size
# Key([mod], "h", lazy.layout.shrink(), lazy.layout.decrease_nmaster(), desc='Shrink window (MonadTall)'),
# Key([mod], "l", lazy.layout.grow(), lazy.layout.increase_nmaster(), desc='Expand window (MonadTall)'),
Key([mod, "control"], "Left", lazy.layout.shrink(), desc="Grow window to the left"),
Key([mod, "control"], "Right", lazy.layout.grow(), desc="Grow window to the right"),
Key([mod, "control"], "Down", lazy.layout.shrink(), desc="Grow window to the left"),
Key([mod, "control"], "Up", lazy.layout.grow(), desc="Grow window to the right"),
# Key([mod, "control"], "Down", lazy.layout.grow_down(), desc="Grow window down"),
# Key([mod, "control"], "Up", lazy.layout.grow_up(), desc="Grow window up"),
Key([mod], "n", lazy.layout.normalize(), desc="Reset all window sizes"),