aboutsummaryrefslogtreecommitdiff
path: root/config/qtile.org
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2023-06-23 11:45:28 +0800
committerPreston Pan <preston@nullring.xyz>2023-06-23 11:45:28 +0800
commite9a6b2006f08c3a48ab4e64d6c84a4ff4e62d411 (patch)
treea1de368ef5dd33a6773190da315eb704c95e9999 /config/qtile.org
parenta3fa456e28a8fc9b0720e230039083c3f8e3f7b8 (diff)
Add a lot of new content; uses exwm now
Diffstat (limited to 'config/qtile.org')
-rw-r--r--config/qtile.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/qtile.org b/config/qtile.org
index 5625015..04bcb12 100644
--- a/config/qtile.org
+++ b/config/qtile.org
@@ -119,6 +119,7 @@ keys.extend([
Key([mod], "f", lazy.spawn("firefox"), desc="Run Firefox"),
Key([mod], "b", lazy.spawn("blender"), desc="Run Blender"),
Key([mod], "p", lazy.spawn("krita"), desc="Run Krita"),
+ Key([mod], "v", lazy.spawn("inkscape"), desc="Run Inkscape"),
Key([mod], "g", lazy.spawn("gimp"), desc="Run GIMP"),
Key([mod], "t", lazy.spawn("torbrowser-launcher"), desc="Run Tor Browser"),
Key([mod], "i", lazy.spawn("emacsclient --eval \"(emacs-everywhere)\""), desc="Emacs Everywhere!"),