Page 1 of 1
tdrop (terminal drop-down function)
Posted: Tue Jul 30, 2019 2:43 pm
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
Re: tdrop (terminal drop-down function)
Posted: Mon Sep 02, 2019 1:37 am
by kangburra
You know xfce4-terminal has a drop down option?
xfce4-terminal --drop-down
I assign it to F12 but whatever you need.
Re: tdrop (terminal drop-down function)
Posted: Mon Sep 02, 2019 2:24 am
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
Re: tdrop (terminal drop-down function)
Posted: Mon Sep 02, 2019 2:31 am
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
Re: tdrop (terminal drop-down function)
Posted: Mon Sep 02, 2019 2:43 am
by KoO
I just noted something about your super + F1 it automatically changers the commands as I change the keys. Tricky I like that..
Re: tdrop (terminal drop-down function)
Posted: Mon Sep 02, 2019 8:46 am
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.
Re: tdrop (terminal drop-down function)
Posted: Mon Sep 02, 2019 8:47 am
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.