📝 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"
|
alias hd="ncdu"
|
||||||
# one of our most usful aliases (useful in conjunction with yank, awk, etc.):
|
# one of our most usful aliases (useful in conjunction with yank, awk, etc.):
|
||||||
alias {xsel,catx}="xclip -sel clip" # useful with < or | redirection operators
|
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 Brother"
|
||||||
alias printdoc="lp -d MFCJ615W"
|
alias printdoc="lp -d MFCJ615W"
|
||||||
alias catp="xclip -out -selection clipboard; echo"
|
alias catp="xclip -out -selection clipboard; echo"
|
||||||
|
|
|
||||||
|
|
@ -170,6 +170,11 @@ flameshot gui
|
||||||
You'll then receive a prompt on how to utilize flameshot. Select the region you
|
You'll then receive a prompt on how to utilize flameshot. Select the region you
|
||||||
wish to capture, and then hit Ctrl+S to save.
|
wish to capture, and then hit Ctrl+S to save.
|
||||||
|
|
||||||
|
**REPLACING XCLIP WITH WL_COPY**
|
||||||
|
|
||||||
|
Replacing xclip for simple clipboard copying from terminal, you can install
|
||||||
|
wl-copy and essentially use it for the same.
|
||||||
|
|
||||||
**CONCLUSION**
|
**CONCLUSION**
|
||||||
|
|
||||||
Once all set up, simply switch to a separate tty (ctrl + alt + F<your_choice>).
|
Once all set up, simply switch to a separate tty (ctrl + alt + F<your_choice>).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue