diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-31 19:25:07 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-31 19:25:07 +0100 |
commit | 331272136a4fc36fce308dc87e4a1b53daba328b (patch) | |
tree | f10e23a2fdedeff756cb70869845313aa332a8be /bin/guiscripts/clipp | |
parent | ff3a8bb2d62f5a7e1759eb3d9e0834f4396e833d (diff) | |
parent | 442fdac531a6b042a396eafc096811e46bc063ca (diff) |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'bin/guiscripts/clipp')
-rwxr-xr-x | bin/guiscripts/clipp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/guiscripts/clipp b/bin/guiscripts/clipp new file mode 100755 index 0000000..538f69b --- /dev/null +++ b/bin/guiscripts/clipp @@ -0,0 +1,4 @@ +#!/bin/sh +[ "$WAYLAND_DISPLAY" ] && + wl-copy -n || + xclip -selection clipboard -r |