You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an application requires a terminal in drun mode, I want to be able to distinguish the different terminals in my window manager. The solution i'm thinking of is allowing field expansion in the terminal configuration, just as they are expanded in the Exec of the desktop file.
For example, I could set the app_id and title based on the name of the application:
terminal=foot --app-id=%c --title=%c
I could then use this in my Sway configuration to move the terminal to the correct desktop:
[app_id="aerc"] move container to workspace $ws5; workspace $ws5
The text was updated successfully, but these errors were encountered:
When an application requires a terminal in drun mode, I want to be able to distinguish the different terminals in my window manager. The solution i'm thinking of is allowing field expansion in the
terminal
configuration, just as they are expanded in theExec
of the desktop file.For example, I could set the
app_id
andtitle
based on the name of the application:I could then use this in my Sway configuration to move the terminal to the correct desktop:
The text was updated successfully, but these errors were encountered: