From 3d03c297c1ebfb851e17dc803c290f83cbe3bb1f Mon Sep 17 00:00:00 2001 From: Talib Pierson <47838810+TalibPierson@users.noreply.github.com> Date: Sat, 25 Apr 2020 20:04:19 -0700 Subject: [PATCH] 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. --- usr/share/byobu/desktop/byobu.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/byobu/desktop/byobu.desktop b/usr/share/byobu/desktop/byobu.desktop index fc982aa1..b9308c9b 100644 --- a/usr/share/byobu/desktop/byobu.desktop +++ b/usr/share/byobu/desktop/byobu.desktop @@ -2,7 +2,7 @@ Name=Byobu Terminal Comment=Advanced Command Line and Text Window Manager 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 Categories=GNOME;GTK;System;Utility;TerminalEmulator; StartupWMClass=us.kirkland.terminals.byobu