Auto Move Windows: Difference between revisions
Jump to navigation
Jump to search
(Created page with "right|150px|link=Auto Move Windows|Image '''Auto Move Windows''' <small>''(function)''</small> allows you to set applications to load in pre-assigned pages (workspaces) rather in the currently active page. Inspired by Gnome extension "Auto Move Windows" by fmuellner. <pre> ## FILE 1 ## Functions: autoMoveW.txt ## APPS COMMAND DESK/PAGE LOCATION ## -------------------------------------------------------------------- Style Chromium Starts...") |
No edit summary |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
[[File:auto-move.png|right|150px|link=Auto Move Windows|Image]] '''[[Auto Move Windows]]''' <small>''( | [[File:auto-move.png|right|150px|link=Auto Move Windows|Image]] '''[[Auto Move Windows]]''' <small>''(functions)''</small> allows you to set applications to load in pre-assigned pages (workspaces) rather in the currently active page. Inspired by Gnome extension "Auto Move Windows" by fmuellner. | ||
<pre> | <pre> | ||
## FILE 1 | ## FILE 1: autoMoveW.txt | ||
## Functions | ## Functions | ||
## APPS COMMAND DESK/PAGE LOCATION | ## APPS COMMAND DESK/PAGE LOCATION | ||
| Line 17: | Line 17: | ||
</pre> | </pre> | ||
---- | ---- | ||
'''HOW TO''': | '''HOW TO''':<br> | ||
Copy FILE 1 and run the below line:<br> | Copy the code and paste it into your config. Or create FILE 1 and run the below line:<br> | ||
''Read $[ | ''Read $[HOME]/.fvwm/autoMoveW.txt'' | ||
__NOTOC____NOEDITSECTION__ | __NOTOC____NOEDITSECTION__ | ||
[[Category:functions]] | [[Category:functions]] | ||
[[Category:action]] | [[Category:action]] | ||
[[Category:codes]] | |||
Latest revision as of 11:47, 12 July 2025
Auto Move Windows (functions) allows you to set applications to load in pre-assigned pages (workspaces) rather in the currently active page. Inspired by Gnome extension "Auto Move Windows" by fmuellner.
## FILE 1: autoMoveW.txt ## Functions ## APPS COMMAND DESK/PAGE LOCATION ## -------------------------------------------------------------------- Style Chromium StartsOnPage 0 0 0 # desk 0 page-left side Style *Firefox StartsOnPage 0 1 0 # desk 0 page-right side # Style Evolution StartsOnPage 1 0 0 # desk 1 page-left # Style "Mozilla Thunderbird" StartsOnPage 1 1 0 # desk 1 page-right # Style Gimp StartsOnPage 2 0 0 # desk 2 page-left # Style scribus StartsOnPage 2 1 0 # desk 2 page-right
HOW TO:
Copy the code and paste it into your config. Or create FILE 1 and run the below line:
Read $[HOME]/.fvwm/autoMoveW.txt
