|
OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD. |
|
Thread Tools | Display Modes |
|
|||
How add additional features on xterm ( Xfce ) ?
How add additional features on xterm ( Xfce ) ?
In Gnome i have many feautures. Also i would like some feautures on Xfce xterm. I would like: increment the dimension of font and copy the content of screen using the mouse. Is it possible? |
|
|||
for what I remember Xfce has its own terminal that is called ... "terminal" that has many features like the gnome one.
if you want to stay with xterm you can look at "man xterm" where you can find many options to configure the look-and-feel (these options are saved in a file ".Xdefaults" under your home)... or you can look at some examples like vermaden's .Xdefaults and change some values, you can find it here: http://dotfiles.org/~vermaden/.Xdefaults to copy it should be sufficient to select a text with the mouse and click with the central button of the mouse on the area where you want to paste the selection... |
|
||||
Code:
/* * my brains random thinking on the matter */ if ( xterm != have_required_features ) { search_ports("look for one that will"); } else { self.roll_own_term = true; }
__________________
My Journal Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''. |
|
||||
urxvt (utf) and mrxvt (iso) are term with nice features like tabs for example, but if you use gnu screen you do not need tabs
__________________
religions, worst damnation of mankind "If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”. vermaden's: links resources deviantart spreadbsd |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
HOWTO: Lightest XFCE - Making XFCE lighter and faster | vermaden | Guides | 27 | 2nd September 2010 12:24 PM |
xterm color does not behave properly. | pieterverberne | OpenBSD General | 2 | 19th August 2009 05:17 PM |
xterm End key | graudeejs | General software and network | 1 | 24th August 2008 04:55 PM |
Adding Additional Video Card | JMJ_coder | General software and network | 0 | 19th July 2008 07:16 PM |