copy-dragon and other stuff
This commit is contained in:
parent
4ffac3fd43
commit
00b2c58e16
1 changed files with 2 additions and 2 deletions
4
bashrc
4
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
|
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-y":"copy_output\C-m"'
|
||||||
bind '"\C-e":"fzf-scripts\C-m"'
|
bind '"\C-f":"fzf_nav\C-m"'
|
||||||
bind '"\C-n":"fzf_nav\C-m"'
|
|
||||||
|
|
||||||
# Autostart dwm after tty login
|
# 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
|
type systemctl 2>/dev/null 1>&2 && if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
||||||
|
|
Loading…
Reference in a new issue