diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-25 18:43:47 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-25 18:43:47 +0200 |
commit | 46488f5b659bc150d8d9fd3568957a54030b52ef (patch) | |
tree | 7aa25fc8808edb154b4d18ceeaad1f8f98f76e2c /.config/sxhkd/sxhkdrc | |
parent | Added returns (diff) | |
download | dotfiles-bsd-46488f5b659bc150d8d9fd3568957a54030b52ef.tar.gz dotfiles-bsd-46488f5b659bc150d8d9fd3568957a54030b52ef.tar.bz2 dotfiles-bsd-46488f5b659bc150d8d9fd3568957a54030b52ef.tar.xz dotfiles-bsd-46488f5b659bc150d8d9fd3568957a54030b52ef.tar.zst dotfiles-bsd-46488f5b659bc150d8d9fd3568957a54030b52ef.zip |
Changed Emacs to daemon mode, setting editors accordingly
Diffstat (limited to '')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index eeb5e9d..8925c5d 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -97,7 +97,7 @@ super + {Left,Down,Up,Right} super + 1 /usr/local/bin/alacritty -e vifm super + 2 - /usr/local/bin/alacritty + /usr/local/bin/emacsclient -c super + 3 /usr/local/bin/firefox --kiosk https://start.duckduckgo.com/ super + 4 |