commit c001b061157e47cb54b4911139257edfc4ce5bc4
parent 5c0e2a0a48dc8608ffa465c1320774d26ba8e400
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 11 Feb 2019 07:45:19 +0100
Change board binding in i3, push music one way, hide completed todos
Diffstat:
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/links/.calcurse/conf b/links/.calcurse/conf
@@ -5,7 +5,7 @@ appearance.layout=5
appearance.notifybar=yes
appearance.sidebarwidth=0
appearance.theme=blue on default
-appearance.todoview=show-completed
+appearance.todoview=hide-completed
daemon.enable=yes
daemon.log=yes
format.inputdate=1
diff --git a/links/.config/i3/config b/links/.config/i3/config
@@ -92,7 +92,7 @@ bindsym $mod+Tab focus mode_toggle
bindsym $mod+a exec $term -e $audiomixer
bindsym $mod+Shift+a exec --no-startup-id contactmenu
bindsym $mod+b exec $term -e board ~/doc
-bindsym $mod+$modalt+b exec $term -e board ~/mst
+bindsym $mod+Shift+b exec $term -e board ~/mst
bindsym $mod+c exec $term -e calcurse
#bindsym $mod+Shift+c exec $term -e google-cloud-lamps-instance1-ssh.sh
bindsym $mod+Shift+c exec --no-startup-id showclip
diff --git a/links/bin/sync-music-ad-server.sh b/links/bin/sync-music-ad-server.sh
@@ -1,15 +1,15 @@
#!/bin/bash
-host=ad@ad-server:/Volumes/ext2/Music/
+host=ad@adamsgaard.dk:/Volumes/ext2/Music/
if [ "$(uname)" = "Darwin" ]; then
musicdir="$HOME/Music/iTunes/iTunes Media/Music/"
else
musicdir="$HOME/music/"
fi
-echo "syncing new music from $host"
-rsync -rav --progress -e "ssh" $host "$musicdir"
-
echo "syncing new music to $host"
-rsync -rav --progress -e "ssh" "$musicdir" $host
+rsync -rav --progress --delete -e "ssh -p 12344" "$musicdir" $host
+
+#echo "syncing new music from $host"
+#rsync -rav --progress -e "ssh -p 12344" $host "$musicdir"
mpc update