xoder: (Pope card)
2006-10-25 03:13 pm
Entry tags:

Remove all "Close Tabs" buttons from Firefox 2.0

More fun with about:config

Here's the key name you want to find: "browser.tabs.closeButtons" and you want to set it to "2" if you want to kill all the close buttons. If you set it to "0", you will find that only the active tab has the close button.

For me, my close button is the MIDDLE MOUSE BUTTON and I don't want screen real estate taken up.
xoder: (E = mc^2 = hf)
2006-10-22 05:38 pm
Entry tags:

HOWTO: Disable the download manager in Mozilla Firefox

[livejournal.com profile] shoujo_mallet hates the download manager in Firefox. I have worked out how to disable it:
  1. Go to about:config
  2. Search for "download"
  3. Set browser.download.manager.closeWhenDone to true
  4. Set browser.download.manager.showWhenStarting to false

Yes, I know steps 3 and 4 may be a little redundant, but it never hurts to double-check your work.
xoder: (Default)
2006-10-11 12:00 pm

How to click using PuTTY and GNU Screen

Put in your .screenrc file the following line:
termcap linux XT:true
Which tells screen that any terminal identifying itself as "linux" (which is the default setting for PuTTY) has XTerm capabilities. If your system uses terminfo instead of termcap, you can use the "terminfo" command instead. Or even better, you (and probably I [actually, that's what I'm doing now]) could use "termcapinfo" which covers all your bases so you may best move your zig.