Ubuntu/Debian/Mint news and tutorials | Linux gaming
facebook.png
twitter.png
feed.png
Quick Tip
Disable Overlay Scrollbars in GNOME
gsettings set com.canonical.desktop.interface scrollbar-mode normal
Quick Tip
Find Files Containing a Text Pattern
find . -iname "*.txt" -exec grep -l "hello" {} +
Categories
Online Readers
Advertise on TuxArena
Linux Cheat Sheet

Have a look at our Linux Cheat Sheet for quick one-liners, commands and tips.

There are quite a few terminals out there, and some of them follow the drop-down style. GNOME has Guake, a GTK-based terminal emulator with lots of features, but there is also Tilda or Final Term, while the KDE de-facto terminal is Yakuake.

yakuake03

Drop-down terminal applications have the advantage that they can be shown or hidden using a single global hotkey, and they usually make it easy to resize their size, change the time of the drop-down animation, keep it on top of other applications.

Full article