diff options
-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' |