From 00b2c58e16bd47bbd533a0900c2d444e17a86b33 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Tue, 25 Jul 2023 17:19:41 -0600 Subject: [PATCH] copy-dragon and other stuff --- bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index 1722b23..e8f109b 100644 --- a/bashrc +++ b/bashrc @@ -109,9 +109,9 @@ copy_output() { history 50 | sed 's/[0-9]*\s\s//g' | tac | dmenu -i -p "Copy output:" | $SHELL | xsel -ib } +bind '"\C-e":"dragon -x \*\C-m"' bind '"\C-y":"copy_output\C-m"' -bind '"\C-e":"fzf-scripts\C-m"' -bind '"\C-n":"fzf_nav\C-m"' +bind '"\C-f":"fzf_nav\C-m"' # Autostart dwm after tty login type systemctl 2>/dev/null 1>&2 && if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then