about summary refs log tree commit diff
path: root/dotfiles/sxhkd/base
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-06-26 17:32:09 +0200
committerBaitinq <[email protected]>2022-06-26 17:32:09 +0200
commit38002f0b63035aa0ef2d2583ea41c564506880b2 (patch)
tree2a5aa90f2315f3cad2c5dbf4215b8f7433206057 /dotfiles/sxhkd/base
parentAdd automatically updating prebuilt nix-index and comma (diff)
downloadnixos-config-38002f0b63035aa0ef2d2583ea41c564506880b2.tar.gz
nixos-config-38002f0b63035aa0ef2d2583ea41c564506880b2.tar.bz2
nixos-config-38002f0b63035aa0ef2d2583ea41c564506880b2.zip
Separate sxhkd config and add host-specific config
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