Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edipox/toggle_term

A simple script to transform your boring terminal into A DROP DOWN boring terminal
https://github.com/edipox/toggle_term

dropdown elementary elementaryos gnome linux shell shell-script terminal

Last synced: 7 days ago
JSON representation

A simple script to transform your boring terminal into A DROP DOWN boring terminal

Awesome Lists containing this project

README

        

# toggle_term
A simple script to transform your boring terminal into A DROP DOWN boring terminal

![example](https://raw.githubusercontent.com/edipox/toggle_term/master/example.png)

## Dependencies
This script depends on **xdotool** and **wmctrl**
```
sudo apt-get install wmctrl xdotool
```

## Installation
Just download the script file or execute the following commands in the terminal:
```
cd /tmp ; wget https://raw.githubusercontent.com/edipox/toggle_term/master/toggle_term ; sudo chmod +x toggle_term ; sudo mv toggle_term /usr/local/bin ; cd -
```

## Customize
You can change the terminal app by editing the script file
```
my_term=io.elememtary.terminal
```
## Keybinding

### elementary OS
In elementary OS you can do this by changing the Keyboard configuration

Open switchboard in the keyboard settings section:
```
switchboard keyboard
```
Or search for **Keyboard** in slingshot launcher

Go to **Custom** and add a new command with your prefered short cut
![keyboard configuration](https://raw.githubusercontent.com/edipox/toggle_term/master/keyboard-config.png)

### Tested desktop environments / terminals
* gnome / gnome-terminal
* xfce / terminal
* pantheon (elementaryOS) / `io.elememtary.terminal`

### Tip
Place the terminal window at the top wide open to get something like the first screenshot