📝 Added wl-copy to wayland tools
This commit is contained in:
parent
00a94a9527
commit
dd8ad3b10f
2 changed files with 7 additions and 0 deletions
2
aliases
2
aliases
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue