diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-06-15 16:06:11 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-06-15 16:06:11 +0500 |
commit | 55d0510313c623a5d9070b7ddc88693a63ca5c2b (patch) | |
tree | 9d2308af32704325505f0a18e95365e37f004214 /scripts/maim2clip | |
parent | 01180bc8d01a3511c355567ac5734cac6e132ab5 (diff) |
some scripts, bash, tmux changes
Diffstat (limited to 'scripts/maim2clip')
-rwxr-xr-x | scripts/maim2clip | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/maim2clip b/scripts/maim2clip new file mode 100755 index 0000000..87b1c38 --- /dev/null +++ b/scripts/maim2clip @@ -0,0 +1,2 @@ +#!/bin/bash +maim -s | xclip -selection clipboard -t image/png |