summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-11-21 13:59:03 +0200
committerThanosApollo <[email protected]>2022-11-21 13:59:03 +0200
commitaa54b87ffb6092c053ec5d89061fded613953730 (patch)
tree92cf0f57543896a4e209482bcdd3b997532ebd87 /.config
parent70114fdc8048c78e4f9fcbee4835020547427c7c (diff)
Change layout.shuffle_up key
Diffstat (limited to '.config')
-rw-r--r--.config/qtile/keys.py2
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(),
),