--- a/.bashrc Thu Dec 26 17:48:19 2013 +0200
+++ b/.bashrc Thu Dec 26 22:07:24 2013 +0200
@@ -112,9 +112,8 @@
alias ls='ls --color=auto'
alias minicom='minicom -c on'
-# Show 3 months. Weeks start on Monday.
-alias cal='cal -3'
-alias ncal='ncal -3 -M'
+# Weeks start on Monday.
+alias ncal='ncal -M'
# alias diff='LC_ALL=C TZ=GMT0 diff -Naur' #normalise diffs for distribution
# alias sudo='sudo env PATH=$PATH' #work around sudo built --with-secure-path (ubuntu)
--- a/.fvwm/xdg2fvwm.py Thu Dec 26 17:48:19 2013 +0200
+++ b/.fvwm/xdg2fvwm.py Thu Dec 26 22:07:24 2013 +0200
@@ -39,6 +39,8 @@
else:
if icon.rfind('/') == -1 and icon.rfind('.') == -1:
icon = icon + ".xpm"
+ if icon.endswith('.svg'):
+ icon = icon + ":32x32"
print u'AddToMenu "%s" "%s%%%s%%" Exec exec %s' % (name, desktop.getName(), icon, cmd)
else:
pass