Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 3664  / 2 Years ago, fri, november 4, 2022, 8:23:14

Is it possible to do that? Because I always open a few programs for developing in one workspace, music in another and so on. Is it possible to make it automatic? Thank you.


More From » 11.04

 Answers
3

Devil's pie enable to open the application in a particular workspace.



[Install]



following command:



sudo apt-get install devilspie gdevilspie


gdevilspie is GUI based configure tool.



[How to use]



For example, to open firefox in the workspace 2.



mkidr ~/.devilspie
gedit firefox.ds


Following code Cut & Paste into editor,And Save.



; generated_rule firefox
(if
(is ( application_name ) "Firefox" )
( set_workspace 2 )
)


Start or Restart devilspie.(In most cases, Devilspie registers to auto-start)



Detailed usage of Devil's pie is follow links:



http://www.webupd8.org/2011/02/how-to-start-applications-minimized.html



http://www.foosel.org/linux/devilspie



http://live.gnome.org/DevilsPie



Devil's pie may be useful for your ask of Fixed width and height for new opened folder/file.



EDIT: Sorry, "Set workspace" is not working in Compiz but working in gnome-shell.




I don't use compiz here - but I think the plugin you can use to
achieve opening apps in specific windows is Place_windows or
window_rules.



Whether that will conflict with unity is something that I can't
comment on at present.




What he say is correct.



If you use Compiz in ubuntu session, you should use Place windows plugin like as following link. but Place windows plugin conflict with unity.



https://blog.so-net.ne.jp/_images/blog/_7b2/ankyo/SS-ccsm-plase-window.JPG



The above screenshot, I enable the Place Windows plugin in a special way to avoid conflicts.


[#42435] Sunday, November 6, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
moloy

Total Points: 457
Total Questions: 93
Total Answers: 119

Location: Romania
Member since Wed, Dec 29, 2021
2 Years ago
;