summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheCynicalLiger2020-06-24 16:45:10 +0100
committerTheCynicalLiger2020-06-24 16:45:10 +0100
commita17ab0b1a53a5f8723fe03f2b05e370ea7139426 (patch)
tree0284712d0a4fadc516d1e560ef737dfc5caf1007
parentf4b33c7d013c82337010028aa74ad8b8f8758d5b (diff)
downloadaur-a17ab0b1a53a5f8723fe03f2b05e370ea7139426.tar.gz
Update i3-maim File
-rwxr-xr-xi3-maim8
1 files changed, 4 insertions, 4 deletions
diff --git a/i3-maim b/i3-maim
index ee67db467b3b..d836c5b35057 100755
--- a/i3-maim
+++ b/i3-maim
@@ -25,17 +25,17 @@ case "$1" in
--fullscreen|-f|$NULL)
$cmd "$maim_dir/$(date +%s).png" &&
sleep 1 &&
- notify-send "screenshot has been saved in $maim_dir"
+ notify-send "screenshot has been saved in $maim_dir" -a "i3-maim"
;;
--window|-w)
$cmd -i $(xdotool getactivewindow) "$maim_dir/$(date +%s).png" &&
sleep 1 &&
- notify-send "screenshot has been saved in $maim_dir"
+ notify-send "screenshot has been saved in $maim_dir" -a "i3-maim"
;;
--select|-s)
- notify-send 'select an area for the screenshot' &
+ notify-send 'select an area for the screenshot' -a "i3-maim" &
$cmd -s "$maim_dir/$(date +%s).png" &&
- sleep 1 && notify-send "screenshot has been saved in $maim_dir"
+ sleep 1 && notify-send "screenshot has been saved in $maim_dir" -a "i3-maim"
;;
--help|-h)
echo "