+sync
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
e2d07ba9f7
commit
678422594e
3 changed files with 2 additions and 24 deletions
|
@ -24,9 +24,8 @@
|
|||
set -ex
|
||||
|
||||
dev="$1"
|
||||
destbase=~nico/photos/
|
||||
destbase=~nico/photos
|
||||
dest=$destbase/$(date +%Y%m%d).eingehend
|
||||
#dest=~nico/$(date +%Y%m%d).eingehend
|
||||
mp="/mnt"
|
||||
|
||||
if [ ! -e "$destbase" ]; then
|
||||
|
@ -40,3 +39,4 @@ mv -i "$mp/DCIM/"*/* "$dest"
|
|||
sudo umount "$mp"
|
||||
sudo chown -R nico "$dest"
|
||||
su nico -c "cd $dest && renrot IMG_*.*"
|
||||
rm -f $dest/*_orig
|
||||
|
|
14
x-autostart
14
x-autostart
|
@ -1,14 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# start 4 mutt clients
|
||||
tmutt
|
||||
tmutt
|
||||
|
||||
# start tee window
|
||||
# x-terminal-emulator -name tee -e ressh.sh tee.schottelius.org
|
||||
|
||||
# start root window
|
||||
x-terminal-emulator -name sudo -e sudo -i
|
||||
|
||||
# retrieve mails
|
||||
x-terminal-emulator -name fetchmail -e hole_mails 30
|
8
x-on
8
x-on
|
@ -1,8 +0,0 @@
|
|||
#!/bin/sh
|
||||
x-off
|
||||
|
||||
# Work
|
||||
xrandr --output DP1 --auto --rotate normal --above eDP1
|
||||
|
||||
# Home
|
||||
xrandr --output HDMI1 --auto --rotate normal --left-of eDP1
|
Loading…
Reference in a new issue