This website requires JavaScript.
Explore
Help
Sign In
samsapti
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
6818bc6c21
dotfiles
/
scripts
/
.local
/
bin
/
clear-clipboard.sh
5 lines
34 B
Bash
Raw
Normal View
History
Unescape
Escape
Shell scripts: - Improve install script with for loop - Change hash bangs to /bin/sh because I've symlinked /bin/sh to dash, they should work with bash as well due to POSIX compliance
2022-01-08 15:24:17 +00:00
#!/bin/sh
Add script to clear the clipboard (requires wl-clipboard) and add keybinding for it in sway config.
2021-12-22 14:27:03 +00:00
wl-copy -c
wl-copy -pc
Reference in a new issue
Copy permalink