From a5586ec611fc20aec84e43b8175b9a5af4e51538 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sun, 2 Dec 2018 16:34:44 +0100 Subject: rename-pix-by-time-and-cam: alternative timestamp --- rename-pix-by-time-and-cam | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rename-pix-by-time-and-cam b/rename-pix-by-time-and-cam index 592e432..0dee002 100755 --- a/rename-pix-by-time-and-cam +++ b/rename-pix-by-time-and-cam @@ -32,6 +32,10 @@ ids.each do |i| elsif j.start_with? "Date/Time Original" timestamp = j elsif j.start_with? "File Modification Date/Time" + if not timestamp_bak + timestamp_bak = j + end + elsif j.start_with? "Creation Date" timestamp_bak = j else next -- cgit v1.2.3 From a3fc617aa7cd12922b03899d9e70794e315eee81 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 14 Dec 2018 09:03:42 +0100 Subject: ugprade-gentoo: don't use localepurge --- upgrade-gentoo | 1 - 1 file changed, 1 deletion(-) diff --git a/upgrade-gentoo b/upgrade-gentoo index 03e7c50..e0144a2 100755 --- a/upgrade-gentoo +++ b/upgrade-gentoo @@ -37,7 +37,6 @@ emerge -av --depclean revdep-rebuild emerge @preserved-rebuild eclean -d distfiles -localepurge if [[ $HOST == "bogues" ]]; then mksquashfs /usr/portage /usr/portage.squashfs -comp xz -- cgit v1.2.3 From 6bd0502feb9a0cb1accede4f35c777a0166879b3 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 21 Dec 2018 20:14:57 +0100 Subject: autostart: fix --- autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autostart b/autostart index 3a55f36..e332498 100755 --- a/autostart +++ b/autostart @@ -36,7 +36,7 @@ if [[ $(hostname) == "bogues" ]]; then fi if [[ $(hostname) == "bryant" ]]; then - exec xrandr --output HDMI2 --rotate right & + exec xrandr --output HDMI-2 --rotate right & #exec xrandr --output DP-7 --rotate right & #exec sudo nvidia-settings -a "[gpu:0]/GPUFanControlState=1" -a "[fan-0]/GPUTargetFanSpeed=1" & fi -- cgit v1.2.3