diff options
author | ThanosApollo <[email protected]> | 2022-11-13 08:30:51 +0200 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-11-13 08:30:51 +0200 |
commit | d23257c8264eb8d2a84e1e42f99bc4457cd08517 (patch) | |
tree | 84d72b8d42f5d1019a382f21f972832af714f132 /.config | |
parent | 48f555e872ff569de35d1b24f79547a52b881c18 (diff) |
Fix typo
Diffstat (limited to '.config')
-rw-r--r-- | .config/qtile/keys.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/qtile/keys.py b/.config/qtile/keys.py index 80f7ee0..a28b71e 100644 --- a/.config/qtile/keys.py +++ b/.config/qtile/keys.py @@ -90,7 +90,7 @@ class MyKeys(): Key([self.mod], "n", lazy.layout.down(), ), - Key([self.mod], "b", + Key([self.mod], "p", lazy.layout.up(), ), Key([self.mod, "shift"], "n", @@ -137,7 +137,7 @@ class MyKeys(): lazy.spawn('amixer sset Master 5%+'), ), # Music controls | MOC - Key([self.mod], "p", + Key([self.mod], "u", lazy.spawn("mocp -G "), ), Key([self.mod], "o", |