diff options
author | ThanosApollo <[email protected]> | 2022-08-09 13:16:43 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-08-09 13:16:43 +0300 |
commit | 3ba14d998f4ddb6c35fe345cc5edada0475d03ea (patch) | |
tree | 997dd798467e96c033b7a1686b4b44cc599aaf76 /.config/qtile/config.py | |
parent | 1d796c2d3475f188a3c9780d7a8c82811ae889d6 (diff) |
add anki keybinding
Diffstat (limited to '.config/qtile/config.py')
-rw-r--r-- | .config/qtile/config.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 6a70b17..af9d68f 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -67,6 +67,9 @@ keys = [ lazy.spawn(myTerm), desc='Launches My Terminal' ), + Key([mod], "a", + lazy.spawn('anki'), + desc='Launch anki'), Key([mod], "Tab", lazy.spawn("dmenu_run -p 'Run: '"), desc='Run Launcher' |