diff --git a/aliases b/aliases index ed19ae8d..138ff779 100644 --- a/aliases +++ b/aliases @@ -125,6 +125,7 @@ alias lxapp="lxappearance" alias hd="ncdu" alias xsel="xclip -sel clip" alias catx="xclip -sel clip" +alias catp="xclip -out -selection clipboard; echo" alias kitx="cat | kitty +kitten clipboard" # not as good as catx alias mouse="mousepad" alias xclear="echo '' | xclip && xclip -selection clipboard /dev/null" diff --git a/updates.txt b/updates.txt index 1d8e04e8..0629bd1b 100644 --- a/updates.txt +++ b/updates.txt @@ -23,3 +23,9 @@ copy bashrc.txt and inputrc.txt to home directory cp bashrc.txt ~/.bashrc && cp inputrc.txt ~/.inputrc This will now allow completion in bash using the tab button (a bit faster than zsh since zsh-autocompletion tries to predict what you type) + +Install yank ( more feature filled version of xclip/xsel) + +paru yank (choose 1st option) + +cp aliases ~/.aliases