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:xfce4-terminal:advanced [2023/08/23 15:51] – [Files and Environment Variables] tozapps:xfce4-terminal:advanced [2023/09/30 20:27] (current) – [Hidden options] MiscShiftArrowsToScroll gael
Line 42: Line 42:
 plus all the options that are controlled through the preferences dialog.  plus all the options that are controlled through the preferences dialog. 
  
-? MiscAlwaysShowTabs+<note>In the list below, the version 1.1.0 xfconf property is shown in brackets following the property name.</note> 
 +<note>Prior to 1.1.0 there was a hidden setting MiscShiftArrowsToScroll, but this has been replaced by the ability to [[start#keyboard_shortcuts|configure this keyboard shortcut]].</note> 
 +? MiscAlwaysShowTabs ( /misc-always-show-tabs )
 ! If ''TRUE'' the tab headers will always be displayed even if only a single terminal tab is open. This option is useful if you do not want the terminal window to resize when you open a second tab. It is disabled by default.  ! If ''TRUE'' the tab headers will always be displayed even if only a single terminal tab is open. This option is useful if you do not want the terminal window to resize when you open a second tab. It is disabled by default. 
-? MiscBell+? MiscBell ( /misc-bell )
 ! Enables (''MiscBell=TRUE'') or disables (''MiscBell=FALSE'') the audible terminal bell. It is disabled by default.  ! Enables (''MiscBell=TRUE'') or disables (''MiscBell=FALSE'') the audible terminal bell. It is disabled by default. 
-? MiscConfirmClose+? MiscConfirmClose ( /misc-confirm-close )
 ! Controls whether Terminal popups a confirmation dialog when the user tries to close a terminal window with multiple tabs in it. Can be either ''TRUE'' (the default) or ''FALSE'' ! Controls whether Terminal popups a confirmation dialog when the user tries to close a terminal window with multiple tabs in it. Can be either ''TRUE'' (the default) or ''FALSE''
-? MiscCursorBlinks+? MiscCursorBlinks ( /misc-cursor-blinks )
 ! Enable this option to display a cursor that blinks. Can be either ''TRUE'' or ''FALSE'' (the default).  ! Enable this option to display a cursor that blinks. Can be either ''TRUE'' or ''FALSE'' (the default). 
-? MiscCursorShape+? MiscCursorShape ( /misc-cursor-shape )
 ! Specifies the shape of the cursor in the terminal. This can be either ''TERMINAL_CURSOR_SHAPE_BLOCK'' (the default), ''TERMINAL_CURSOR_SHAPE_IBEAM'' or ''TERMINAL_CURSOR_SHAPE_UNDERLINE''. This option is only available when you compile against VTE 0.19.1 or newer.  ! Specifies the shape of the cursor in the terminal. This can be either ''TERMINAL_CURSOR_SHAPE_BLOCK'' (the default), ''TERMINAL_CURSOR_SHAPE_IBEAM'' or ''TERMINAL_CURSOR_SHAPE_UNDERLINE''. This option is only available when you compile against VTE 0.19.1 or newer. 
-? MiscCycleTabs+? MiscCycleTabs ( /misc-cycle-tabs )
 ! This option controls whether you can circulate through terminal tabs. That is, whether you are able to go from the last tab to the first tab using the {gui>Next Tab} button from the {gui>Go} menu (or the associated keyboard shortcut), and from the first tab to the last tab using the {gui>Previous Tab} button from the {gui>Go} menu. The option can be either ''TRUE'' (the default) or ''FALSE'' ! This option controls whether you can circulate through terminal tabs. That is, whether you are able to go from the last tab to the first tab using the {gui>Next Tab} button from the {gui>Go} menu (or the associated keyboard shortcut), and from the first tab to the last tab using the {gui>Previous Tab} button from the {gui>Go} menu. The option can be either ''TRUE'' (the default) or ''FALSE''
-? MiscDefaultGeometry+? MiscDefaultGeometry ( /misc-default-geometry )
 ! The default geometry for new Terminal windows if no --geometry=geometry option is specified on the command line (defaults to ''80x24'').  ! The default geometry for new Terminal windows if no --geometry=geometry option is specified on the command line (defaults to ''80x24''). 
-? MiscInheritGeometry+? MiscInheritGeometry ( /misc-inherit-geometry )
 ! This setting controls whether new windows will inherit the geometry (width and height of the active tab) from its parent window (the window from which the new window was opened). Can be either ''TRUE'' or ''FALSE'' (the default).  ! This setting controls whether new windows will inherit the geometry (width and height of the active tab) from its parent window (the window from which the new window was opened). Can be either ''TRUE'' or ''FALSE'' (the default). 
-? MiscMouseAutohide+? MiscMouseAutohide ( /misc-mouse-autohide )
 ! This setting controls whether Terminal will hide the mouse cursor while you are typing in a terminal window. Can be either ''TRUE'' or ''FALSE'' (the default).  ! This setting controls whether Terminal will hide the mouse cursor while you are typing in a terminal window. Can be either ''TRUE'' or ''FALSE'' (the default). 
-? MiscTabCloseButtons+? MiscTabCloseButtons ( /misc-tab-close-buttons )
 ! This setting controls whether Terminal provides a close button with the terminal tab title. Can be either ''TRUE'' (the default) or ''FALSE'' ! This setting controls whether Terminal provides a close button with the terminal tab title. Can be either ''TRUE'' (the default) or ''FALSE''
-? MiscTabCloseMiddleClick+? MiscTabCloseMiddleClick ( /misc-tab-close-middle-click )
 ! This setting controls whether Terminal will close a terminal tab when the user middle-clicks the tab title. Can be either ''TRUE'' (the default) or ''FALSE'' ! This setting controls whether Terminal will close a terminal tab when the user middle-clicks the tab title. Can be either ''TRUE'' (the default) or ''FALSE''
-? MiscTabPosition+? MiscTabPosition ( /misc-tab-position )
 ! Specifies the position where the tab headers should be displayed. This can be either ''GTK_POS_TOP'' (the default), ''GTK_POS_LEFT'', ''GTK_POS_BOTTOM'' or ''GTK_POS_RIGHT''. If you specify ''GTK_POS_LEFT'' or ''GTK_POS_RIGHT'' here, the tab header texts will be displayed vertically instead of horizontally. It is highly recommended to disable ''MiscTabCloseButtons'' for ''GTK_POS_LEFT'' and ''GTK_POS_RIGHT'' ! Specifies the position where the tab headers should be displayed. This can be either ''GTK_POS_TOP'' (the default), ''GTK_POS_LEFT'', ''GTK_POS_BOTTOM'' or ''GTK_POS_RIGHT''. If you specify ''GTK_POS_LEFT'' or ''GTK_POS_RIGHT'' here, the tab header texts will be displayed vertically instead of horizontally. It is highly recommended to disable ''MiscTabCloseButtons'' for ''GTK_POS_LEFT'' and ''GTK_POS_RIGHT''
-? MiscHighlightUrls+? MiscHighlightUrls ( /misc-highlight-urls )
 ! This setting controls whether URLs -- both hyperlinks and email addresses -- will be highlighted in the text displayed in a terminal window. If you change this option to ''FALSE'', URLs won't be highlighted anymore and you will no longer be able to middle-click the URL to open it in the preferred application.  ! This setting controls whether URLs -- both hyperlinks and email addresses -- will be highlighted in the text displayed in a terminal window. If you change this option to ''FALSE'', URLs won't be highlighted anymore and you will no longer be able to middle-click the URL to open it in the preferred application.