webcounter

new! new! new! new!

Wednesday, November 25th, 2009

a season of new has arrived. new job. new fedora. new dev box. new kings season.

one of those things doesn’t quite belong. anyway, first week and a half down and things are still in the feeling out stage. exciting and daunting at the same time as scope is large and time lines are aggressive. It’ll work itself out, i’m sure.

On another note, new fedora! I am quasi sad to report that i’ve finally officially switched to using gnome . . . there, i said it. for those in the know, this next sentence will blow your mind even more. I’m now booting into run level 5, too. wow. i feel so dirty saying that, but alas, it was getting too difficult to figure out all the new daemons i had to get windowmaker to run in order to keep up with modern laptop features. in general, the box is fast enough where i don’t notice the performance difference between windowmaker and gnome. the panels still annoy the hell out of me, but i’m slowly learning how to use them. also, if i enable compiz and workspace as cube mode, i can drag windows between workspaces. kinda crazy that gnome requires you to have 3D acceleration just to drag windows between workspaces . . . so dirty . . . the one last hurdle hurdled was how gnome window geometry was absurdly large. my 80×25 emacs windows would take up a full quarter of my screen at 1400×1050. unacceptable. here’s the magic sauce in my .Xdefaults file that did the trick:

emacs.font: Monospace-12:antialias=True:pixelsize=12

you can mess with the pixelsize to get things to your liking. after each edit you have to hit

$ xrdb ~/.Xdefaults

speaking of emacs, after years of failed attempts with multiple major modes a la mmm-mode, it looks like there’s finally a good solution to be found in nXhtml. Finally a mode where php, javascript, css, and html can live happily together. the only down side are the hideous background region colors that are used to demarcate each mode. you can fix that by putting this in your .emacs:

(custom-set-faces
‘(mumamo-background-chunk-major ((((class color) (min-colors 88) (background dark)) (:background “black”))))
‘(mumamo-background-chunk-submode1 ((((class color) (min-colors 88) (background dark)) (:background “black”))))
‘(mumamo-background-chunk-submode2 ((((class color) (min-colors 88) (background dark)) (:background “black”))))
‘(mumamo-background-chunk-submode3 ((((class color) (min-colors 88) (background dark)) (:background “black”))))
‘(mumamo-background-chunk-submode4 ((((class color) (min-colors 88) (background dark)) (:background “black”)))))

well, that’s all i got for now, folks. enjoy you turkey day!

  • Facebook
  • Twitter
  • del.icio.us
  • Reddit
  • Digg
  • Yahoo! Buzz

One Response to “new! new! new! new!”

  1. crab Says:

    Wait— what? No more windowmaker?????? Are you also running Windows 7??

Leave a Reply