From d6277baa10e58a74444313da0d1b193f97dec155 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Wed, 6 Jun 2018 07:32:07 +0200 Subject: rename-pix-by-time-and-cam: fix --- rename-pix-by-time-and-cam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rename-pix-by-time-and-cam b/rename-pix-by-time-and-cam index 3a6224f..592e432 100755 --- a/rename-pix-by-time-and-cam +++ b/rename-pix-by-time-and-cam @@ -1,6 +1,6 @@ #!/usr/bin/env ruby -cams = { "SIGMA DP2 Merrill" => "dp2m", "FP2" => "fp2", "Canon EOS 1000D" => "1000d", "iPad Air" => "ipadair", "iPhone 5" => "iphone5", "iPhone SE" => "iphonese" } +cams = { "SIGMA DP2 Merrill" => "dp2m", "FP2" => "fp2", "Canon EOS 1000D" => "1000d", "iPad Air" => "ipadair", "iPhone 5" => "iphone5", "iPhone SE" => "iphonese", "IQ180" => "iq180" } cams.default = "default" file_ext = ARGV[0] -- cgit v1.2.3 From 23cfef93bd8a6cd6e06484efaffd35416e009bd1 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sun, 10 Jun 2018 12:10:30 +0200 Subject: notification-daemon-launch --- notification-daemon-launch | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 notification-daemon-launch diff --git a/notification-daemon-launch b/notification-daemon-launch new file mode 100755 index 0000000..e6c261d --- /dev/null +++ b/notification-daemon-launch @@ -0,0 +1,5 @@ +#!/bin/zsh + +sleep 10 +sind | notification-daemon & + -- cgit v1.2.3