merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 26 Dec 2013 22:07:24 +0200
changeset 658 486f006987f3
parent 655 2565437c1410 (current diff)
parent 657 e80fe57c9750 (diff)
child 660 cab9b4873f01
child 661 1b29d3682970
merged
--- 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