diff options
author | Thanos Apollo <[email protected]> | 2022-09-19 17:29:00 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2022-09-19 17:29:00 +0300 |
commit | 3c17a3e6c044eb754d69596b85a756b37f4b194e (patch) | |
tree | 2fa7f6fe9a86c39199f5593eab99e187131a3a03 /.config/qtile/keys.py | |
parent | 50c87c91827f1042315a41a49b8022ea68516f8f (diff) | |
parent | 6aaba12f2924339cf76ce95b7a1d75dbb4b2d877 (diff) |
Merge branch 'master' of github.com:ThanosApollo/config
Diffstat (limited to '.config/qtile/keys.py')
-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 efd1bb0..8667d2e 100644 --- a/.config/qtile/keys.py +++ b/.config/qtile/keys.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -from libqtile.config import Key, Screen +from libqtile.config import Key from libqtile.command import lazy |