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:dropdown [2012/12/30 23:13] – [Advanced Options] nickapps:terminal:dropdown [2020/09/28 07:04] (current) – removed deprecated page kevinbowen
Line 1: Line 1:
-====== Drop-down Window ====== 
  
-<note>The drop-down functionality was added in Xfce4-terminal 0.6.1.</note> 
- 
-Xfce4-terminal has the functionality to have 1 drop-down window. This mode is inspired from consoles in computer games such as Quake which slide down from the top of the screen when a key is pressed, and slide back up when the key is pressed again. 
- 
-===== Starting a Drop-down Window ===== 
- 
-You can start the drop-down mode by running ''<nowiki>xfce4-terminal --drop-down</nowiki>''. Since the application as no keybinding code, it is advised to [[:xfce:xfce4-settings:keyboard|Application Shortcuts]] for this. 
- 
-The first time ''<nowiki>xfce4-terminal --drop-down</nowiki>'' is passed to the application, it will create a drop-down window and show it on top of the active ((the monitor that contains the mouse pointer)) monitor. Each other time the command is executed, the drop-down window will toggle its visibility. 
-===== Main Window ===== 
- 
-When you start the drop-down window for the first time, the application opens a window on top of other windows at the top of the screen without window borders. 
- 
-<figure "Drop-down window with 3 tabs"> 
-{{ :apps:terminal:terminal-dropdown-window.png?nolink |}} 
-</figure> 
- 
-===== Preferences ===== 
- 
-You can open the drop-down preferences by clicking the small button are the bottom-right corner of the tabs. The dialog can also be opened by right-clicking the tray icon -- if enabled. 
- 
-<figure "Drop-down window Preferences"> 
-{{ :apps:terminal:terminal-dropdown-preferences.png?nolink |}} 
-</figure> 
- 
-==== Behavior ==== 
- 
-? Keep window open when it loses focus 
-! This setting is applied during startup only and controls the initial state of the {gui>down} toggle-button shown in the tab bar. If enabled the window will not close when it loses focus (not the active window anymore). 
-? Always keep window on top 
-! If enabled it asks the window manger to not be overlapped by other windows. 
-? Use shortcut to focus visible window 
-! In case you have the keep-open option enabled, enabling this option will force focus to the opened window, instead of hiding it. 
-? Show status icon in notification area 
-! Put a terminal icon in the system tray. The icon responds to clicks to toggle the window visibility or with right-click to access the Xfce Terminal preferences. 
- 
-==== Appearance and Animation ==== 
- 
-? Width 
-! Width of the window. The size is the percentage of the monitor the terminal is displayed on. 
-? Height 
-! Height of the window. The size is the percentage of the monitor the terminal is displayed on. 
-? Opacity 
-! If you have [[:xfce:xfwm4:wmtweaks|compositing]] enabled, it will control the transparency of the window. 
-? Duration 
-! Animation time for the roll-up and -down effect. To disable this set the time to 0 milliseconds. 
-? Always show tabs 
-! Hide the tabs at the bottom of the window when there is only a single tab opened. Then there are than 1 tab the bar will always be visible. 
- 
-==== Position ==== 
- 
-? Position 
-! Horizontal position of the window on the monitor. 
-? Move to monitor with pointer 
-! If the window should be moved to the monitor containing the mouse pointer when the ''<nowiki>xfce4-terminal --drop-down</nowiki>'' option is executed. If disabled, the window will stay on the monitor is was first started on. 
- 
-===== Advanced Options ===== 
- 
-When started the __first time__ the ''<nowiki>--drop-down</nowiki>'' option also accepts window and tab [[command-line]] parameters. You can use this to start a drop-down with multiple predefined commands. The example below will open three tabs in the drop-down window (with IRC client, music on console and process overview). 
- 
-<code>xfce4-terminal --drop-down --title "Irssi Client" -e irssi --tab -e mocp --tab --title "System Status" -e top</code> 
- 
-Note that some of the window options don't apply to the drop-down window, like <nowiki>--fullscreen</nowiki> and <nowiki>--show-borders</nowiki>.