Open new session

Opening a new session means that opening a new window will not cause the user to have multiple windows of the same Byobu session open, an unlikely and redundant scenario given that the session would be restricted to the size of the smallest window.
This commit is contained in:
Talib Pierson 2020-04-25 20:04:19 -07:00 committed by GitHub
commit 3d03c297c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
Name=Byobu Terminal Name=Byobu Terminal
Comment=Advanced Command Line and Text Window Manager Comment=Advanced Command Line and Text Window Manager
Icon=byobu Icon=byobu
Exec=gnome-terminal --app-id us.kirkland.terminals.byobu --class=us.kirkland.terminals.byobu -- byobu Exec=gnome-terminal --app-id us.kirkland.terminals.byobu --class=us.kirkland.terminals.byobu -- byobu -S new-session
Type=Application Type=Application
Categories=GNOME;GTK;System;Utility;TerminalEmulator; Categories=GNOME;GTK;System;Utility;TerminalEmulator;
StartupWMClass=us.kirkland.terminals.byobu StartupWMClass=us.kirkland.terminals.byobu