diff options
author | ThanosApollo <[email protected]> | 2022-10-19 11:30:23 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-19 11:30:23 +0300 |
commit | 97e0d2ad1b4148e03641ec63f6a9985d2b3453c2 (patch) | |
tree | 3e4288436f7f786c964f6ee13fde778eaa62ad58 /.config/qtile | |
parent | d92870895993787b37adb909bcabc37cb4c3f2a2 (diff) |
Update rofi window
Diffstat (limited to '.config/qtile')
-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 49832f4..6d752be 100644 --- a/.config/qtile/keys.py +++ b/.config/qtile/keys.py @@ -28,7 +28,7 @@ class MyKeys(): Key([self.mod], "Tab", lazy.spawn("rofi -show drun"), ), - Key(["control"], "b", + Key([self.mod], "w", lazy.spawn("rofi -show window"), ), Key([self.mod], "p", |