mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-29 15:55:48 +00:00
Add devilspie
This commit is contained in:
parent
fe932fa68a
commit
aeb97a36be
25
.config/devilspie2/start.lua
Executable file
25
.config/devilspie2/start.lua
Executable file
|
|
@ -0,0 +1,25 @@
|
||||||
|
if (get_application_name()=="Quod Libet") then
|
||||||
|
set_window_workspace(3)
|
||||||
|
maximize_vertically()
|
||||||
|
xywh(0,0,960,1080)
|
||||||
|
set_on_top()
|
||||||
|
end
|
||||||
|
|
||||||
|
if (get_application_name()=="Transmission") then
|
||||||
|
set_window_workspace(3)
|
||||||
|
maximize_vertically()
|
||||||
|
xywh(960,0,960,1080)
|
||||||
|
set_on_top()
|
||||||
|
end
|
||||||
|
|
||||||
|
if (get_application_name()=="Steam") then
|
||||||
|
set_window_workspace(2)
|
||||||
|
minimize()
|
||||||
|
end
|
||||||
|
|
||||||
|
if (get_application_name()=="gmusicbrowser") then
|
||||||
|
set_window_workspace(3)
|
||||||
|
maximize_vertically()
|
||||||
|
xywh(0,0,960,1080)
|
||||||
|
set_on_top()
|
||||||
|
end
|
||||||
Loading…
Reference in a new issue