Skip to content

Open an app to a designated desktop #1304

Answered by stefonarch
eirenicon asked this question in Q&A
Discussion options

You must be logged in to vote

This works here with my apps, opened by any mean the will open on their desktop and get focus:

<keybind key="W-g">
	<action name="Execute"><command>geany</command></action>
</keybind>
<windowRules>
   <windowRule identifier="geany">
        <action name="SendToDesktop" to="xyz"/>
   </windowRule>
</windowRules>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@eirenicon
Comment options

Answer selected by eirenicon
# for free to join this conversation on GitHub. Already have an account? # to comment
Category
Q&A
Labels
None yet
2 participants