]> git.rmz.io Git - dotfiles.git/commitdiff
bin/maic: pass arguments through to maim
authorSamir Benmendil <me@rmz.io>
Tue, 31 Jan 2023 23:27:48 +0000 (23:27 +0000)
committerSamir Benmendil <me@rmz.io>
Tue, 31 Jan 2023 23:27:48 +0000 (23:27 +0000)
bin/maic

index 68e3f80d945addd9a64ae4eef608f0c4bcfb124f..bdbb82f9097067a1fd7828f55fc610521415335a 100755 (executable)
--- a/bin/maic
+++ b/bin/maic
@@ -1,3 +1,3 @@
 #!/usr/bin/env bash
 
-maim -q --select --hidecursor | xclip -selection clipboard -t image/png
+maim -q --select --hidecursor "$@" | xclip -selection clipboard -t image/png