Mount the terminal on the desktop
The final method of being able to access a terminal quickly is to mount the terminal right on your desktop. To do this, your computer must run Compiz desktop effects.
The first step is to install a new terminal profile. Open the terminal > File -> New Profile . You should give this profile a unique name so you can distinguish it from the terminal we are about to attach. In the example, we name this terminal window as embedded-HTG-term .
In the profile settings window will display the settings and you will have to reset the new profile we just created with the following information:
Show menubar : off
Initial title : embedded-HTG-term
Khi kết nối lệnh đặt tên danh sách tên : Hold the original title
Color scheme : Choose the color that matches your desktop
Transparent Background : Move the slider to the level you want, making it easy to see the characters.
Scrollbar : disabled
Next, go to Compiz Configuration Manager and activate the plugins: regex matching, window decoration, window rules, and place windows.
In the window decoration section, add the following line :! Title = ^ embedded-HTG-term $
In the window rules plugin, add the following line: title = ^ embedded-HTG-term $ to: Skip taskbar, Skip pager, Below, Sticky, Non resizable window, Non minimizable window, Non maximizable window, and Non closeable window.
In the place window plugin section , click the Fixed window placement tab and then add the new item in windows with fixed positions . Name this new item with title = ^ embedded-HTG-term $ .
Now you can press Alt + F12 and type gnome-terminal –window-with-profile = embedded-HTG-term to display a terminal window mounted on the desktop.
If you do not want to display the cursor in the new terminal, open gconf-editor and browse to apps / gnome-terminal / profiles / Profile1 / cursor_blink_mode and set the value to off . In fact, this step you can still ignore.
So we have successfully implemented 4 ways to quickly access a terminal in Linux. Good luck!