📝 Added wl-copy to wayland tools

This commit is contained in:
z3rOR0ne 2024-01-02 18:55:33 -08:00
parent 00a94a9527
commit dd8ad3b10f
2 changed files with 7 additions and 0 deletions

View file

@ -175,6 +175,8 @@ alias lxapp="lxappearance"
alias hd="ncdu"
# one of our most usful aliases (useful in conjunction with yank, awk, etc.):
alias {xsel,catx}="xclip -sel clip" # useful with < or | redirection operators
# wayland has an equivalent as well:
alias {wsel,catw}="wl-copy" # useful with | redirection, i.e. echo "hi there" | catw
# alias printdoc="lp -d Brother"
alias printdoc="lp -d MFCJ615W"
alias catp="xclip -out -selection clipboard; echo"