mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
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:
parent
93e1bd7de6
commit
3d03c297c1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue