Devilspie issues in Ubuntu 13.10
Ubuntu 13.10 forgoes ccsm and compiz, instead creates a measly 2x2 Desktop from System Settings.
I use devilspie for initial desktop placement. However, nothing that i 've tried manages to place anything in the lower
row for the 2x2. qBittorrent and Clementine should be placed in lower row, instead they cram up the top row. This is the configuration I am using:
(if (is (application_name) "Opera")
(begin (set_viewport 2)
)
)
(if (is (application_name) "qBittorrent v2.9.7")
(begin (set_viewport 3)
)
)
(if (is (application_name) "Clementine")
(begin (set_viewport 4)
)
)
(if (is (application_name) "Terminal")
(begin (set_viewport 1)
(if (is (window_role) "1")
(begin (geometry "750x1000+0+0")
)
)
(if (is (window_role) "2")
(begin (geometry "750x1000+750+0")
)
)
(if (is (window_role) "3")
(begin (geometry "750x1000+1000+0")
)
)
)
)
I have tried also set_workspace instead of set_viewport, with no success.
At this point I am inclined to believe that devilspie is buggy.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu devilspie Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- actionparsnip
- Solved:
- Last query:
- Last reply: