aboutsummaryrefslogtreecommitdiff
path: root/SXHkD
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2020-09-16 18:17:40 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2020-09-16 18:17:40 +0100
commit53b9c82cc6f76cbfd960e5779e41cae939168bd6 (patch)
tree199042529ec0fa46e4e63187166dfcb5f95f3a65 /SXHkD
parent7d2fd018bd05c5f732408bbfd4752e47b5c927c4 (diff)
downloaddotfiles-53b9c82cc6f76cbfd960e5779e41cae939168bd6.tar.gz
dotfiles-53b9c82cc6f76cbfd960e5779e41cae939168bd6.tar.bz2
dotfiles-53b9c82cc6f76cbfd960e5779e41cae939168bd6.zip
+dmenu script for Emacs and eserver launching
Diffstat (limited to 'SXHkD')
-rw-r--r--SXHkD/.config/sxhkd/sxhkdrc19
1 files changed, 5 insertions, 14 deletions
diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc
index 00d0314..8e3235b 100644
--- a/SXHkD/.config/sxhkd/sxhkdrc
+++ b/SXHkD/.config/sxhkd/sxhkdrc
@@ -8,11 +8,11 @@ super + Escape
super + shift + Escape
notify-send "Reloading xprofile"; \
- sh .xprofile;
+ sh .xprofile;
super + Return
notify-send "Launching terminal"; \
- $TERMINAL
+ $TERMINAL
super + shift + Return
notify-send "Launching Dev Terminal"; \
@@ -22,23 +22,14 @@ super + a
dmenu_run
super + e
- $HOME/.emacs_anywhere/bin/run
+ $HOME/.emacs_anywhere/bin/run
super + s
notify-send "Launching qutebrowser"; \
qutebrowser
-super + w; w
- notify-send "Launching Emacs"; \
- emacsclient -c -s MAIN -a=emacs;
-
-hyper + w; s
- notify-send "(Re)starting emacs server"; \
- eserver restart;
-
-hyper + w; d
- notify-send "Launching Dired"; \
- emacsclient -c -s MAIN -a=emacs --eval '(dired "~")';
+super + w
+ $HOME/.local/scripts/eselect;
super + ctrl + l
$HOME/.local/scripts/lock