sxhkd-rc

[fork] simple X hotkey daemon (but for the rc shell)
Log | Files | Refs | README | LICENSE

commit 2e082c8454eb0e5af1e0ddc56495bf93fc5ca5eb
parent 28f2864a18618e4f8f8ebe7f7538e0e541a095c6
Author: Bastien Dejean <nihilhill@gmail.com>
Date:   Tue, 28 Jan 2014 17:19:42 +0100

Fix indentation

Diffstat:
Mexamples/background_shell/sxhkdrc | 2+-
Mexamples/background_shell/xinitrc | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/background_shell/sxhkdrc b/examples/background_shell/sxhkdrc @@ -1,3 +1,3 @@ # Reload functions super + Escape - . "$XDG_CONFIG_HOME"/sxhkd/functions + "$XDG_CONFIG_HOME"/sxhkd/functions diff --git a/examples/background_shell/xinitrc b/examples/background_shell/xinitrc @@ -1,5 +1,5 @@ if ! tmux has-session -t sxhkd 2> /dev/null ; then tmux new-session -s sxhkd -d - printf '%s\n' '. "$XDG_CONFIG_HOME"/sxhkd/functions' | tmux load-buffer - - tmux paste-buffer -t sxhkd + printf '%s\n' '. "$XDG_CONFIG_HOME"/sxhkd/functions' | tmux load-buffer - + tmux paste-buffer -t sxhkd fi