diff options
-rw-r--r-- | .config/qtile/keys.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/qtile/keys.py b/.config/qtile/keys.py index c8fc0e8..b37aa43 100644 --- a/.config/qtile/keys.py +++ b/.config/qtile/keys.py @@ -90,7 +90,7 @@ class MyKeys(): lazy.layout.shuffle_down(), lazy.layout.section_down(), ), - Key([self.mod, "shift"], "b", + Key([self.mod, "shift"], "p", lazy.layout.shuffle_up(), lazy.layout.section_up(), ), |