Last active
December 26, 2019 04:48
-
-
Save romuloceccon/6dcbdd5ab87be615ac12bbc54f85da7c to your computer and use it in GitHub Desktop.
Gnome desktop launcher for starting Byobu with two vertical panes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Desktop Entry] | |
| Name=Byobu Terminal | |
| Comment=Advanced Command Line and Text Window Manager | |
| Icon=byobu | |
| Exec=env BYOBU_WINDOWS=split2 gnome-terminal --app-id us.kirkland.terminals.byobu --window-with-profile=Byobu -e byobu | |
| Type=Application | |
| Categories=GNOME;GTK;Utility; | |
| X-GNOME-Gettext-Domain=byobu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| new-session -n - ; | |
| split-window -h ; | |
| select-pane -t 0 ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment