tdrop (terminal drop-down function)

Here is where you can post tips and tricks to share with other users of MX. Do not ask for help in this Forum.
Post Reply
Message
Author
User avatar
manyroads
Posts: 2624
Joined: Sat Jun 30, 2018 6:33 pm

tdrop (terminal drop-down function)

#1 Post by manyroads »

Are you looking for a nice tool to create drop-down terminal functionality (not all terms support this natively). If so you might find tdrop of interest. It is widely tested and works on almost any DE or wm.

You may access it here:
https://github.com/noctuid/tdrop

I installed via git/sudo make install on MX18. It works wonderfully.

Here are my keybindings (in bspwm):

# drop-down terminal (tdrop)
alt + d
tdrop -ma -w 1024 -y "$PANEL_HEIGHT" --wm bspwm -s dropdown sakura
Pax vobiscum,
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken

kangburra
Posts: 54
Joined: Wed Jul 31, 2019 3:10 am

Re: tdrop (terminal drop-down function)

#2 Post by kangburra »

You know xfce4-terminal has a drop down option?
xfce4-terminal --drop-down
I assign it to F12 but whatever you need.

User avatar
KoO
Posts: 491
Joined: Fri Feb 10, 2017 1:21 am

Re: tdrop (terminal drop-down function)

#3 Post by KoO »

Nice manyroads handy saves opening a WS just to type a quick command. Thanks for the bspwm command too.
tdrop -ma -w 1024 -y "$PANEL_HEIGHT" --wm bspwm -s dropdown rxvt
Main : MX 19.1-AHS (i3) 5.4.13-1~mx19+1, Asus B450-i AMD 5 3600 , 32gb Hyper-X 3200 , GTX970 . :linuxlove:
Lenovo T430 : Debian10 antiX17 (i3) , 4.20.12 , i5 , 12gb .
Lenovo X220 : Test Machine (ATM)

User avatar
ChrisUK
Qualified MX Guide
Posts: 299
Joined: Tue Dec 12, 2017 1:04 pm

Re: tdrop (terminal drop-down function)

#4 Post by ChrisUK »

kangburra wrote: Mon Sep 02, 2019 1:37 am You know xfce4-terminal has a drop down option?
xfce4-terminal --drop-down
I assign it to F12 but whatever you need.
Yep, especially as it's pre-installed with the XFCE desktop - I assign the following to F4:

Code: Select all

xfce4-terminal --hide-menubar --hide-borders --drop-down
Chris

MX 18 MX 19 - Manjaro

User avatar
KoO
Posts: 491
Joined: Fri Feb 10, 2017 1:21 am

Re: tdrop (terminal drop-down function)

#5 Post by KoO »

I just noted something about your super + F1 it automatically changers the commands as I change the keys. Tricky I like that..
Main : MX 19.1-AHS (i3) 5.4.13-1~mx19+1, Asus B450-i AMD 5 3600 , 32gb Hyper-X 3200 , GTX970 . :linuxlove:
Lenovo T430 : Debian10 antiX17 (i3) , 4.20.12 , i5 , 12gb .
Lenovo X220 : Test Machine (ATM)

User avatar
manyroads
Posts: 2624
Joined: Sat Jun 30, 2018 6:33 pm

Re: tdrop (terminal drop-down function)

#6 Post by manyroads »

All true bbut the thing tdrop does is allows any terminal of terminal multiplexer to become a dropdown. In that manner it is awesome. If you are happy with xfce4-terminal, quake and the like then it is not needed. If you use termite, urxvt, kitty, xterm etc and want a dropdown... well then it is useful.
Pax vobiscum,
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken

User avatar
manyroads
Posts: 2624
Joined: Sat Jun 30, 2018 6:33 pm

Re: tdrop (terminal drop-down function)

#7 Post by manyroads »

KoO wrote: Mon Sep 02, 2019 2:43 am I just noted something about your super + F1 it automatically changers the commands as I change the keys. Tricky I like that..
Yep... I borrowed and cludged that from some smart group of people and their comments on reddit.
Pax vobiscum,
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken

Post Reply

Return to “Tips & Tricks by users”