chiark / gitweb /
el/dot-emacs.el (mdw-switch-window-configuration): Print a message afterwards.
[profile] / dot / profile
index fd50a4671df68b519c518e4f0cf925462ec6fda5..804ee8ec306075afe0cbdc747a4050f7e8c38023 100644 (file)
@@ -113,7 +113,7 @@ done
 ## need a lot of memory for a legitimate reason than for it to be a memory
 ## leak or some other bug that's going to cause swap death for no good
 ## reason.
-ulimit -Sv $(mdw-conf memory-limit 4194304)
+ulimit -Sv $(mdw-conf memory-limit 4194303)
 
 ## Establish a temporary directory.
 case ${TMPDIR+t} in
@@ -285,7 +285,7 @@ export XUSERFILESEARCHPATH
 OOO_FORCE_DESKTOP=gnome; export OOO_FORCE_DESKTOP
 
 ## Hack Qt-ish things to be unstoatly.
-QT_QPA_PLATFORMTHEME=gtk2; export QT_QPA_PLATFORMTHEME
+##QT_QPA_PLATFORMTHEME=gtk2; export QT_QPA_PLATFORMTHEME
 QT_AUTO_SCREEN_SCALE_FACTOR=0; export QT_AUTO_SCREEN_SCALE_FACTOR
 
 ## Use X11 input method (including compose key sequences) everywhere.