Skip to content

Instantly share code, notes, and snippets.

@romuloceccon
Last active December 26, 2019 04:48
Show Gist options
  • Select an option

  • Save romuloceccon/6dcbdd5ab87be615ac12bbc54f85da7c to your computer and use it in GitHub Desktop.

Select an option

Save romuloceccon/6dcbdd5ab87be615ac12bbc54f85da7c to your computer and use it in GitHub Desktop.
Gnome desktop launcher for starting Byobu with two vertical panes
[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
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