about summary refs log tree commit diff
path: root/dotfiles/sxhkd/base
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/sxhkd/base')
-rw-r--r--dotfiles/sxhkd/base15
1 files changed, 15 insertions, 0 deletions
diff --git a/dotfiles/sxhkd/base b/dotfiles/sxhkd/base
new file mode 100644
index 0000000..0a2b681
--- /dev/null
+++ b/dotfiles/sxhkd/base
@@ -0,0 +1,15 @@
+# terminal emulator
+alt + Return
+	st -e zsh
+
+# program launcher
+alt + d
+	dmenu_run -i
+
+# exit menu
+alt + shift + e
+	bash ~/.scripts/exit
+
+# clipboard
+alt + c
+  clipmenu
\ No newline at end of file