Guake / Guake/guake

Add a menu to set default tabs and shell arrangement

Open
#1,969 1 comment 0 reactions 0 assignees View on GitHub
Type: Feature Request
Dominant language
Python
Stars
4.7k
Forks
604
PR merge metrics
No merged PRs in 30d

Description

It would be great to have a menu to set up several tabs with different things (shells, commands, interpreters) for default. I'm running a script via Guake Hooks start which do the job I want:

```bash
#!/usr/bin/env bash
guake &
sleep 1 &&
guake --new-tab=1 --execute-command=ipython &&
guake --tab-index=1 --rename-tab="Ipython" &&
guake --new-tab=2 --execute-command=htop &&
guake --tab-index=2 --rename-tab="Htop" &&
guake --select-tab=0
```

but I think it would be a nice feature for Guake to have it via a menu in preferences .

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.