Leicht & Sinnig

Belangloses in unregelmäßigen Abständen

Start -- Über mich -- Email -- Archiv

Für das Archiv


Gutes Terminal, Alternative zum rxvt:

mintty (Manual), Aufrufbeispiel:

start mintty.exe -o Font="Lucida Console" -o FontHeight=12 -o CursorBlinks=no -o CursorColour=250,100,100 -o CursorType=Block -o OpaqueWhenFocused=yes -o BackgroundColour=10,10,60 -o Transparency=High -o ForegroundColour=191,191,240 --size 80,25 -t "%COMPUTERNAME% : %USERNAME%" -e bash --rcfile bashrc

Transparent Emacs:

ins .emacs:

(set-frame-parameter (selected-frame) 'alpha '(100 80))

(add-to-list 'default-frame-alist '(alpha 100 80))

Gnu Emacs 24, "copy to clipboard per mouse"

ins .emacs:

(setq mouse-drag-copy-region t)


08.11.12 11:24 breiter Kristof [0 Kommentare]