Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
apps:terminal:preferences [2012/01/05 10:22] – [Colors] nickapps:terminal:preferences [2020/09/28 07:04] (current) – removed deprecated page kevinbowen
Line 1: Line 1:
-====== Preferences ====== 
-To configure Terminal, choose {gui>Edit>Preferences...} or right-click the terminal area of the window and choose {gui>Preferences....} This will bring up the //Terminal Preferences// dialog, which allows you to adjust Terminal's behaviour to your needs. 
  
-<figure "Open Terminal Preferences"> 
-{{:apps:terminal:terminal-edit-preferences.png?nolink&|}} 
-</figure> 
- 
-===== General ===== 
- 
-<figure "General Tab"> 
-{{:apps:terminal:terminal-preferences-general.png?nolink&|}} 
-</figure> 
- 
-? Initial title 
-! Use this text box to specify the initial title of terminals. New terminals will have the initial title. 
-! The initial title can also substitute some tokens, see the section called [[usage|To change the terminal title]] for more information. 
-? Dynamically-set title 
-! Use this drop-down list to specify how to handle dynamically-set titles, that is, terminal titles set by the commands that run in the terminal. 
-? Run command as login shell 
-! Select this option to force Terminal to run your shell as a login shell when you open new terminals. See the documentation of your shell for details about differences between running it as interactive shell and running it as login shell. 
-? Update utmp/wtmp records when command is launched 
-!  Select this option to insert a new entry in the utmp and wtmp records when a new terminal is opened. 
-? Scroll on output 
-! Select this option to enable you to scroll the output on the terminal while the terminal continues to display more output from a command. 
-? Scroll on keystroke 
-! Select this option to enable you to press any key on the keyboard to scroll down the terminal window to the command prompt. This action only applies if you scrolled up the terminal window and you want to return to the command prompt. 
-? Scrollbar is 
-! Use this drop-down list to specify the position of the scrollbar in terminal windows. 
-? Scrollback 
-! Use this spin box to specify the number of lines that you can scroll back using the scrollbar or the mouse wheel. For example, if you specify 1000 you can scroll back the last 1000 lines displayed in the terminal. 
- 
-===== Appearance ===== 
- 
-<figure "Appearance Tab"> 
-{{:apps:terminal:terminal-preferences-appearance.png?nolink&|}} 
-</figure> 
- 
-==== Font ==== 
-Click on the button to select the font type and font size you want to use for the terminal. 
- 
-? Enable anti-aliasing for the terminal font 
-! Use the option Enable anti-aliasing for the terminal font to control whether you want Terminal to use anti-aliasing when rendering text in the terminals. Disabling this option can impressively speed up terminal rendering performance and reduce the overall system load on slow systems. 
-? Allow bold text 
-! The option Allow bold text controls whether Terminal allows the application running inside to use bold text or not. If disabled, all text will appear in the selected font, else certain text will appear in bold face.  
- 
-==== Background ==== 
-Select a background for the terminal window. The options are as follows: 
- 
-? None (use solid color) 
-! Select this option to use the background color that is specified in the //Colors// section as the background color for the terminal. 
-? Background image 
-! Select this option to use an image file as the background for the terminal. Use the {gui>Image file} entry box to specify the location and name of the image file. Alternatively, click on the button besides the entry box to search for and select the image file. 
-! Use the {gui>Style} option to control the appearance of the background image. Terminal supports tiling, centering, scaling and stretching background images. 
-? Transparent background 
-! Select this option to use a transparent background for the terminal. 
- 
-If you have selected {gui>Background image} or {gui>Transparent background}, you can use the slider Shade transparent or image background to shade or dim the background of the terminal. 
- 
-==== Opening new windows ==== 
-? Display menubar in new windows 
-! Select this option to show the menubar on new terminal windows by default. 
-? Display toolbars in new windows 
-! Select this option to show toolbars on new terminal windows by default. 
-? Display borders around new windows 
-! Select this option to show window decorations on new terminal windows by default. 
- 
-===== Colors ===== 
- 
-<figure "Colors Tab"> 
-{{:apps:terminal:terminal-preferences-colors.png?nolink&|}} 
-</figure> 
- 
-==== Foreground and Background ==== 
- 
-The two buttons labeled with {gui>Text} and {gui>cursor} color allow to select the color Terminal uses to draw normal text and the color for the text cursor. An application running inside the terminal can also request a different color chosen from the palette below to draw text. 
- 
-Click on the {gui>Background color} button to choose the default background for terminal windows. This color is also used in background tinting when {gui>Transparent background} or {gui>Background image} is selected. 
- 
-==== Text Selection ==== 
- 
-Select the background color to use when selecting text in a terminal window. You can either specify a custom color or stick to the default color. 
- 
-==== Palette ==== 
- 
-The terminal provides the application running inside with a palette of 16 colors. You can customize these colors using the 16 color buttons. 
- 
-===== Shortcuts ===== 
- 
-<figure "Shortcuts Tab"> 
-{{:apps:terminal:terminal-preferences-shortcuts.png?nolink&|}} 
-</figure> 
- 
-==== Shortcut Keys ==== 
- 
-The {gui>Shortcut keys} section of the dialog lists the shortcut keys that are defined for each menu item. The shortcut keys enable you to use the keyboard to choose a menu item rather than use the mouse. A shortcut key can be any non-modifier key or any combination of a non-modifier key and several modifier keys, where modifier keys are {key>Alt}, {key>Ctrl} and the like. 
- 
-<figure "Compose shortcut"> 
-{{:apps:terminal:terminal-compose-shortcut.png?nolink&|}} 
-</figure> 
- 
-To change a shortcut key for a menu item, double click the item in the list and press the key combination you want to set. To disable a shortcut for a specific menu item, double click the menu item in the list and click the button Clear. 
- 
-==== Menubar Access ==== 
- 
-? Disable all menu access keys (such as Alt+f) 
-! Select this option to disable the access keys that are defined to enable you to use keyboard instead of the mouse to select a menu item. Each access key is identified by an underlined letter on a menu or dialog option. In some cases, you must press the Alt key in combination with the access key to perform the action. 
-? Disable menu shortcut key ({key>F10} by default) 
-! Select this option to disable the shortcut key that is defined to enable you to access the Terminal menus. The default shortcut key to access the menus is {key>F10}. 
- 
-===== Advanced ===== 
- 
-<figure "Shortcuts Tab"> 
-{{:apps:terminal:terminal-preferences-advanced.png?nolink&|}} 
-</figure> 
- 
-? Backspace key generates 
-! Use the drop-down list to select the function that you want the {key>Backspace} key to perform. 
-? Delete key generates 
-! Use the drop-down list to select the function that you want the {key>Delete} key to perform. 
-? $TERM setting 
-! This specifies the value the ''$TERM'' environment variable is set to, when a new terminal tab or terminal window is opened. The default should be ok for most systems. If you have problems with colors in some applications or if you think that a certain application behaves oddly, try ''xterm-color'' here. If you have problems with ncurses 5.6 or later you could also try ''xfce'' 
-? Reset compatibility options to defaults 
-! Click this button to reset the options on the {gui>Compatibility} tabbed section to its defaults settings. 
-? Double click 
-! Use this text box to specify characters or groups of characters that Terminal considers to be words when you select text by word.